ILOG CPLEX .NET Reference Manual

IOr.Add Method (IConstraint[], Int32, Int32)

This method adds constraints to the invoking instance of IOr.

IConstraint[] Add(
   IConstraint[] objects,
   int start,
   int num
);

Parameters

objects
The array of constraints to be added to the invoking instance of IOr.
start
The first constraint to be added to the invoking instance of IOr.
num
The number of constraints to be added to the invoking instance of IOr.

Return Value

The array of constraints that have been added.

Remarks

All objects implementing the IConstraint interface objects[start]...objects[start+num-1] are added to the invoking IOr object.

See Also

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