ILOG CPLEX .NET Reference Manual

Cplex.GlobalCutGoal Method (IConstraint[])

Creates and returns a global cut goal for the constraints specified in array cut.

public Goal GlobalCutGoal(
   IConstraint[] cut
);

Parameters

cut
The constraints to added as global cuts.

Return Value

A global cut goal for adding the constraints cut as global cuts.

Remarks

When this goal is executed, the constraints will be added to the active model as global cuts. These constraints will be respected at every node explored from that point on, not just those in the current subtree.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.GlobalCutGoal Overload List