Removes as set of rows from the invoking LP matrix.
ind
of the rows to be removed. ind
of the rows to be removed.The indices of the rows to be removed are specified in the array ind[start], ..., ind[start+num-1]
. Rows that are not removed remain in their original order, but they are assigned new row indices from 0 (zero) to getNrows()-1
.
ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.RemoveRows Overload List