Originally posted by: yek_ti1
Hi,
I'm working with an application with uses a lot of goals in this way
solver.solve (TotalGoal)
With TotalGoal = goal1 or goal2.
goal1=
{
do something
return goal3;
}
goal2=
{
do something
return (goal3 and goal4);
}
Is there a way with ILOG to know by "who" goal3 has been called ?
Thank you.
#CPOptimizer#DecisionOptimization