ILOG CPLEX .NET Reference Manual

IModeler.Eq Method

Creates and returns an instance of IRange initialized to represent the constraint e1 == e2.

Overload List

Creates and returns an instance of IRange initialized to represent the constraint e1 == e2.

IConstraint Eq(INumExpr,INumExpr);

 

IConstraint Eq(INumExpr,INumExpr,string);

Creates and returns an instance of IRange initialized to represent the constraint expr == rhs.

IRange Eq(INumExpr,double);

 

IRange Eq(INumExpr,double,string);

Creates and returns an instance of IRange initialized to represent the constraint val == expr.

IRange Eq(double,INumExpr);

 

IRange Eq(double,INumExpr,string);

See Also

IModeler Interface | ILOG.Concert Namespace