Adds the constraints given in cut
as cuts to the invoking Cplex
object.
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);