Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
  • 1.  parents and child goals

    Posted Sat December 03, 2011 03:40 PM

    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


  • 2.  Re: parents and child goals

    Posted Sun December 04, 2011 12:50 PM

    Originally posted by: SystemAdmin


    There is no feature for this in CP Optimizer or ILOG Solver.
    The only way to know who called a given goal is to pass an information about the parent goal as additional argument to the parameters of the goal.

    Regards

    Philippe
    #CPOptimizer
    #DecisionOptimization