ILOG CPLEX .NET Reference Manual

CplexModeler.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.

public IConstraint IfThen(IConstraint,IConstraint);

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

public IConstraint IfThen(IConstraint,IConstraint,string);

See Also

CplexModeler Class | ILOG.CPLEX Namespace