ILOG CPLEX .NET Reference Manual

Cplex.GlobalCutGoal Method (IConstraint)

Creates and returns a global cut goal for the constraint cut.

public Goal GlobalCutGoal(
   IConstraint cut
);

Parameters

cut
The constraint to added as a global cut.

Return Value

A global cut goal for adding the constraint cut as a global cut.

Remarks

When this goal is executed, the constraint will be added to the active model as a global cut. This constraint 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