ILOG CPLEX .NET Reference Manual

IOr.Remove Method

This method removes a constraint from the invoking or-constraint.

Overload List

This method removes a constraint from the invoking or-constraint.

IConstraint Remove(IConstraint);

This method removes an array of constraints from the invoking or-constraint.

IConstraint[] Remove(IConstraint[]);

This method removes constraints from the invoking instance of IOr.

IConstraint[] Remove(IConstraint[],int,int);

See Also

IOr Interface | ILOG.Concert Namespace