Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Get several extreme rays in Java API

    Posted 02/16/16 07:59 AM

    Originally posted by: jdeboeck


    Hello,

    I am implementing a Benders decomposition method and I'm looking for a way to get several extreme rays of the subDual when it is unbounded to and more than one cut. At the moment I can find only one cut each time I solve the dual and it is unbounded with getRay(), is there a method to get several extreme rays of an unbounded solutions ?


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Get several extreme rays in Java API

    Posted 02/19/16 04:05 AM

    No such functionality exists. You can only get one ray per solve.


    #CPLEXOptimizers
    #DecisionOptimization