lpsolve55read_basis 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 read_basis(
IntPtr lp,
ref string filename,
ref string info
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function read_basis (
lp As IntPtr,
ByRef filename As String,
ByRef info As String
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- filename String
-
- info String
-
Return Value
BooleanSee Also