Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

adding constraints to the model

  • 1.  adding constraints to the model

    Posted 08/23/10 09:02 PM

    Originally posted by: sibri


    Hello,

    I'm using cplex library with java. my question is: when we have to add many constraints to the model, do we have to use for each one of them a different variable (a constraint object)? or we can use the same object in a loop and adding it repeatedly (by changing it contain at each step of course)?

    Thanks in advance.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer