lpsolve55is_piv_rule 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 is_piv_rule(
IntPtr lp,
lpsolve55lpsolve_piv_rules rule
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function is_piv_rule (
lp As IntPtr,
rule As lpsolve55lpsolve_piv_rules
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- rule lpsolve55lpsolve_piv_rules
-
Return Value
BooleanSee Also