Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  cplex numeric return values

    Posted 10/16/11 01:12 PM

    Originally posted by: GuneyPetek


    Hi,

    Using Cplex Java Library, how can I access numeric Cplex result values as in "solve_result_num values" which AMPL gets from Cplex 10.1? http://www.ampl.com/BOOKLETS/README101.cplex?

    Thanks
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: cplex numeric return values

    Posted 10/17/11 06:26 PM

    Originally posted by: SystemAdmin


    Do you need the result codes to be numeric? I suspect what you want is IloCplex.getCplexStatus(), which returns an object that converts to a (relatively) meaningful string via the getString() method.

    Paul

    Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: cplex numeric return values

    Posted 10/17/11 09:50 PM

    Originally posted by: GuneyPetek


    Thank you for your answer. I actually do not need a numeric value, just needed a bit more information reagrding status quality.
    #CPLEXOptimizers
    #DecisionOptimization