Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Export solution pool into txt.-file

    Posted 09/28/10 08:04 AM

    Originally posted by: powderxel


    Hello,

    i have a MIP running in OPL IDE 6.3. Unfortunately it takes very long till the model is finished, so i would like to export the current solution pool, which I can observe in the problem browser, into a text file. Is there any possibility to do this?

    Thanks in advance,

    Alex
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Export solution pool into txt.-file

    Posted 09/30/10 06:35 AM

    Originally posted by: SystemAdmin


    Dear Alex,

    so far I did not work with it, but I guess if you have a look at

    IBM ILOG OPL V6.3 > Language > ILOG Script Reference Manual > IloOplModel

    and use the methods

    setPoolSolution(soln) 
    printSolution()
    


    jointly with
    IloCplex.solnPoolNsolns
    


    it could do the job.

    Best regards
    Norbert
    #DecisionOptimization
    #OPLusingCPLEXOptimizer