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