ILOG CPLEX .NET Reference Manual

IModeler.IfThen Method

Returns a constraint that if con1 is true, then con2 must also be true.

Overload List

Returns a constraint that if con1 is true, then con2 must also be true.

IConstraint IfThen(IConstraint,IConstraint);

Returns a constraint that if con1 is true, then con2 must also be true.

IConstraint IfThen(IConstraint,IConstraint,string);

See Also

IModeler Interface | ILOG.Concert Namespace