Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Get row and column solution status

    Posted 03/02/12 01:03 PM

    Originally posted by: Mortsnets


    CPXGetSolution returns everything we need except status (UL LL BS...) what call will get us the row and column solution status?

    Thanks.
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Get row and column solution status

    Posted 03/02/12 01:29 PM

    Originally posted by: SystemAdmin


    I think you are looking for function CPXgetbase() which returns the basis status of rows and columns.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Get row and column solution status

    Posted 03/02/12 01:43 PM

    Originally posted by: Mortsnets


    Thanks! I think that's it - the same information as in the SOL file ie. status="LL".
    #CPLEXOptimizers
    #DecisionOptimization