ILOG CPLEX .NET Reference Manual

IMPModeler.AddRange Method

Creates, returns, and adds to the invoking model an empty IRange object.

Overload List

Creates, returns, and adds to the invoking model an empty IRange object.

IRange AddRange(double,double);

Creates, returns, and adds to the invoking model an empty IRange object with the specified name and upper and lower bounds.

IRange AddRange(double,double,string);

See Also

IMPModeler Interface | ILOG.Concert Namespace