Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Time to end model.

    Posted 11/24/09 08:46 AM

    Originally posted by: Giovane.Silva


    I'm using the C++ API of cplex and solve some MIP problems in sequence. When I try to use the method IloModel.end() it takes a long long time. My problem is really big, but I don't undesrtande why it take a long time to end a element. Is there a good way to do this?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Time to end model.

    Posted 01/28/10 06:17 AM

    Originally posted by: RWunderling


    If the model you want to end is the model extracted to the IloCplex object, you are better off first ending your IloCplex object before ending the model.
    Otherwise, Concert will instruct IloCplex to remove all individual extractables in that model individually, which requires a lot of bookkeeping work.

    Hope this helps,

    Roland
    #CPLEXOptimizers
    #DecisionOptimization