ILOG CPLEX .NET Reference Manual

Cplex.ConstraintGoal Method (IConstraint)

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

public Goal ConstraintGoal(
   IConstraint cut
);

Parameters

cut
The constraint to added to the node and its descendents.

Return Value

A constraint goal for adding cut.

Remarks

When this goal is executed, the constraint will be added to the current node and its descendents as a local cut. Thus, this constraint will be active only in the subtree rooted at the node where the goal was executed.

See Also

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