lpsolve55add_constraintex 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 add_constraintex(
IntPtr lp,
int count,
double[] row,
int[] colno,
lpsolve55lpsolve_constr_types constr_type,
double rh
)
<DllImportAttribute("lpsolve55", CharSet := CharSet.Ansi, ExactSpelling := true,
SetLastError := true>]
Public Shared Function add_constraintex (
lp As IntPtr,
count As Integer,
row As Double(),
colno As Integer(),
constr_type As lpsolve55lpsolve_constr_types,
rh As Double
) As Boolean
Request Example
View SourceParameters
- lp IntPtr
-
- count Int32
-
- row Double
-
- colno Int32
-
- constr_type lpsolve55lpsolve_constr_types
-
- rh Double
-
Return Value
BooleanSee Also