Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

do these two kinds iteration mean the same?

  • 1.  do these two kinds iteration mean the same?

    Posted 02/03/09 06:11 PM

    Originally posted by: SystemAdmin


    [hidedeep2008 said:]

    I have two kinds of two dimensional iteration:

    1. forall(i in I, j in J)
          process...;

    2. forall(i in I)
          forall(j in J)
            process...;

    do they mean the same?

    and the iteration order between the two dimension matters or not?
    #DecisionOptimization
    #OPLusingCPOptimizer