ILOG CPLEX .NET Reference Manual

IModeler.Not Method

Returns a constraint that is the logical negation of its argument.

Overload List

Returns a constraint that is the logical negation of its argument.

IConstraint Not(IConstraint);

Returns a constraint that is the logical negation of its argument and assigns the string name as the name of the returned constraint.

IConstraint Not(IConstraint,string);

See Also

IModeler Interface | ILOG.Concert Namespace