Adds new empty columns to the LP matrix.
var
to be added. var
to be added. The column index of the first added column.
Empty columns have no nonzeros. The added columns will be linked to the variables provided in parameter var
. These variables must not currently be linked to a column of the invoking LP matrix, nor may a variable be listed more than once in var[start], ... var[start+num-1]
.
ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.AddCols Overload List