Originally posted by: SystemAdmin
[Sylvain said:]
I am trying to write a Goal in Cplex and I have some troubles with the behaviour of FailGoal.
What is going to happen if I return FailGoal(env) when the goal stack of the current node is not empty ?
The stack should be discarded and the node pruned, but it seems that the remaining goals are popped from the stack and executed, and then the node is pruned...
Any explanation ?
#CPLEXOptimizers#DecisionOptimization