ILOG CPLEX .NET Reference Manual

IMPModeler.IntVar Method

Creates an integer modeling variable, with specified upper and lower bound, for column-wise modeling.

Overload List

Creates an integer modeling variable, with specified upper and lower bound, for column-wise modeling.

IIntVar IntVar(Column,int,int);

Creates an integer modeling variable with specified upper bound, lower bound, and name for column-wise modeling.

IIntVar IntVar(Column,int,int,string);

See Also

IMPModeler Interface | ILOG.Concert Namespace