ILOG CPLEX .NET Reference Manual

IMPModeler.Range Method

Creates and returns an empty IRange object with the specified upper and lower bound.

Overload List

Creates and returns an empty IRange object with the specified upper and lower bound.

IRange Range(double,double);

Creates and returns an empty IRange object with the specified name and upper and lower bounds.

IRange Range(double,double,string);

See Also

IMPModeler Interface | ILOG.Concert Namespace