ILOG CPLEX .NET Reference Manual

IOr.Add Method (IConstraint[])

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

IConstraint[] Add(
   IConstraint[] objects
);

Parameters

objects
The array of constraints to be added to the invoking instance of IOr.

Return Value

The array of constraints that have been added.

See Also

IOr Interface | ILOG.Concert Namespace | IOr.Add Overload List