ILOG CPLEX .NET Reference Manual

IOr.Add Method

This method adds the constraint to the invoking or-constraint.

Overload List

This method adds the constraint to the invoking or-constraint.

IConstraint Add(IConstraint);

This method adds the array of constraints to the invoking or-constraint.

IConstraint[] Add(IConstraint[]);

This method adds constraints to the invoking instance of IOr.

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

See Also

IOr Interface | ILOG.Concert Namespace