ILOG CPLEX .NET Reference Manual

Cplex.AddCuts Method

Adds the constraints given in cut as cuts to the invoking Cplex object.

Overload List

Adds the constraints given in cut as cuts to the invoking Cplex object.

public virtual IConstraint[] AddCuts(IConstraint[]);

Adds num constraints given in cut as cuts to the invoking Cplex object, starting with element cut[start].

public virtual IConstraint[] AddCuts(IConstraint[],int,int);

See Also

Cplex Class | ILOG.CPLEX Namespace