IMSL C# Numerical Library
DenseLP.SetConstraintType Method
Sets the types of general constraints in the matrix a.
public
void
SetConstraintType(
int[]
constraintType
);
Parameters
constraintType
A
int
array containing the types of general constraints.
Remarks
Let
constraintType
Constraint
0
1
2
3
4
Ignore this constraint
See Also
DenseLP Class
|
Imsl.Math Namespace