Decision Optimization

Decision Optimization

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


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

Cplex solution file

  • 1.  Cplex solution file

    Posted 10/31/15 05:35 AM

    Originally posted by: andrejzaha


    Hello

        I have made an allocation using the Cplex IDE and i would like to find the file (xml, csv, txt or any format) in which Cplex stores the results (the solution presented with the solved decision variable).

     

    Thank you

     

    Regards


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Cplex solution file

    Posted 11/01/15 03:49 PM

    Hi,

    in IloOplModel, you may use

     
    Prints the current solution values for all decision variables.

    #CPLEXOptimizers
    #DecisionOptimization