Decision Optimization

Decision Optimization

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


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

C++ concert tech- model extraction error within an optimization loop

  • 1.  C++ concert tech- model extraction error within an optimization loop

    Posted 03/20/13 04:11 AM

    Originally posted by: SystemAdmin


    Hi guys,

    I am counting on CPLEX concert technology to solve an optimization problem that replays itself multiple times. It worked fine solving the first optimization prob, but got stuck at the model extraction step in the second one. No idea where the problem is. Am fairly new to cplex stuff. I attached the main structure of the code as follows:
    for(long int t = 0; t < 8640; t++){
    IloEnv env;
    IloModel model(env, "resalloc");
    }
    


    Thx in advance!;)
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: C++ concert tech- model extraction error within an optimization loop

    Posted 03/20/13 04:33 AM

    Originally posted by: SystemAdmin


    sorry this is an unfinished post..wrong tab+enter combo. posted a new thread with the same Subject title.
    #CPLEXOptimizers
    #DecisionOptimization