ILOG CPLEX .NET Reference Manual

Cplex.FailGoal Method 

Creates and returns a goal that always fails.

public Goal FailGoal();

Return Value

The new fail goal.

Remarks

The node on which the goal is executed will be pruned, thus discarding the subtree rooted at that node.

See Also

Cplex Class | ILOG.CPLEX Namespace