Returns the solution vector for a range of num
columns of an LP matrix, starting at the index specified by start
.
The solution vector for the specified columns of an LP matrix. If x
is the array returned by this method, x[j]
will be the solution value for the variable corresponding to column j+start
of matrix
.
matrix
is not in the active model. ILOG.Concert.Exception
, or one of its derived classes, is thrown.
Cplex Class | ILOG.CPLEX Namespace | Cplex.GetValues Overload List