lpsolve55guess_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 guess_basis(
IntPtr lp,
double[] guessvector,
int[] basisvector
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function guess_basis (
lp As IntPtr,
guessvector As Double(),
basisvector As Integer()
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- guessvector Double
-
- basisvector Int32
-
Return Value
BooleanSee Also