Adds a new column to an LP matrix.
0
through getNrows()-1
. The column index of the added column.
The column being added is represented in sparse matrix notation. The nonzero coefficients of the new column are given as an array ind
of row indices, and an array of corresponding values val
. These arrays must match in length.
The added column is linked to the variable provided as parameter var
. This variable must not originally be linked to a column of the invoking LP matrix.
ILPMatrix Interface | ILOG.Concert Namespace | ILPMatrix.AddColumn Overload List