ILOG CPLEX .NET Reference Manual

IAnd.Add Method (IConstraint[])

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

IConstraint[] Add(
   IConstraint[] objects
);

Parameters

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

Return Value

The array of constraints that have been added.

See Also

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