ILOG CPLEX .NET Reference Manual |
|
Cplex.SetBasisStatuses Method (INumVar[], BasisStatus[], IRange[], BasisStatus[])
Sets basis statuses for variables and constraints.
Parameters
-
var
- An array of variables whose basis statuses are being set.
-
cstat
- An array of basis statuses for variables in
var
. The basis status for variable var[j]
will be set to cstat[j]
.
-
con
- An array of constraints whose basis statuses are being set.
-
rstat
- An array of basis statuses for the ranges in
con
. The basis status for constraint con[i]
will be set to rstat[i]
.
See Also
Cplex Class | ILOG.CPLEX Namespace | Cplex.SetBasisStatuses Overload List