Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

How to use devar value as input to next calculation in iterative solving?

  • 1.  How to use devar value as input to next calculation in iterative solving?

    Posted 03/29/13 03:23 AM

    Originally posted by: LindaKing


    I'm trying to solve a problem which need iterative solving.
    After solving the model, the values of devar in previous iteration need to be the input to current iteration.
    May I get the values of devar after cplex.solve()?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: How to use devar value as input to next calculation in iterative solving?

    Posted 03/31/13 10:28 PM

    Originally posted by: LindaKing


    use getValue to access the value of dvar after solving the model
    #CPLEXOptimizers
    #DecisionOptimization