Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  IloModel

    Posted 05/23/16 08:57 AM

    Originally posted by: ZoharFeldman


    Hi,

    Suppose I create an IloModel and extract it so a IloCP instance. After that I may also solve the model.

    Now suppose I want to add\remove certain constraints to\from the model. Do I need to extract the model again or will the solver state reflect the changes in the model?

     

    Thanks,

    Zohar


    #CPOptimizer
    #DecisionOptimization


  • 2.  Re: IloModel

    Posted 05/23/16 10:53 AM

    Originally posted by: GGR


    Hi Zohar

     

    The engine is fully recreated when constraint are added or removed in the model.

    Hope that helps

     

     

     

     


    #CPOptimizer
    #DecisionOptimization


  • 3.  Re: IloModel

    Posted 05/24/16 01:49 AM

    Originally posted by: ZoharFeldman


    It does. Thanks!


    #CPOptimizer
    #DecisionOptimization