ILOG CPLEX .NET Reference Manual

Cplex.ConstraintGoal Method (IConstraint[])

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

public Goal ConstraintGoal(
   IConstraint[] cut
);

Parameters

cut
The constraints to added to the current subtree.

Return Value

A constraint goal for adding the constraints in cut.

Remarks

When this goal is executed, the constraints will be added to the current node and its descendents as a local cut. Thus, these constraints 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