ILOG CPLEX .NET Reference Manual

IAnd.Add Method

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

Overload List

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

IConstraint Add(IConstraint);

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

IConstraint[] Add(IConstraint[]);

This method adds constraints to the invoking instance of IAnd.

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

See Also

IAnd Interface | ILOG.Concert Namespace