Creates an Column
object suitable for adding a new variable to an LP matrix as a new column.
ILPMatrix
object for which to create the new column. 0
through lp.GetNcols()-1
. ind
and val
to use. ind
and val
to use. An Column
object suitable for creating a new column in lp
with nonzeros as specified in arguments ind
and val
.
Note, that the column of the LP matrix is only created when creating a variable with the returned Column
object but not when calling this method.
IMPModeler Interface | ILOG.Concert Namespace | IMPModeler.Column Overload List