ILOG CPLEX .NET Reference Manual

Cplex.SetBasisStatuses Method (INumVar[], BasisStatus[], Int32, Int32, IConstraint[], BasisStatus[], Int32, Int32)

Sets basis statuses for cnum consecutive variables, starting from the index specified by var[start], and rnum consecutive constraints, starting from the index specified by con[start].

public virtual void SetBasisStatuses(
   INumVar[] var,
   BasisStatus[] cstat,
   int cstart,
   int cnum,
   IConstraint[] con,
   BasisStatus[] rstat,
   int rstart,
   int rnum
);

Parameters

var
An array of variables whose basis statuses are being set.
cstat
An array containing the basis statuses for the variables specified in var.
cstart
The first element in var and cstat to consider.
cnum
The number of variables in var for which to set the basis status.
con
An array of constraints whose basis statuses are being set.
rstat
An array containing the basis statuses for the ranges specified in con.
rstart
The first element in con and rstat to consider.
rnum
The number of constraints in con for which to set the basis status.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.SetBasisStatuses Overload List