Adds a new empty column to an LP matrix.
int AddColumn(INumVar);
Adds a new column to an LP matrix.
int AddColumn(INumVar,int[],double[]);
ILPMatrix Interface | ILOG.Concert Namespace