Removes a set of columns from the invoking LP matrix.
ind
of the columns to be removed. ind
of the columns to be removed.The indices of columns to be removed are specified in the array ind[start], ..., ind[start+num-1]
. Columns that are not removed remain in their original order but are assigned new column indices from 0 to getNcols()-1
.
ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.RemoveCols Overload List