lpsolve55print_debugdump Method |
Namespace: DWSIM.MathOpsAssembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax [DllImportAttribute("lpsolve55", CharSet = CharSet.Ansi, ExactSpelling = true,
SetLastError = true)]
public static bool print_debugdump(
IntPtr lp,
ref string filename
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function print_debugdump (
lp As IntPtr,
ByRef filename As String
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- filename String
-
Return Value
BooleanSee Also