Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  How to get CPLEX-Java to show the final optimal tableau

    Posted 06/03/14 06:37 AM

    Originally posted by: ESG


    Hey All this is my first post so please bear with me if this is not the correct forum for my question.

    I would like to know if there is a way to get CPLEX in Java to show the final optimal tableau.

    The reason I want this is that I have an assignment where I have to find the Gomory integer cuts by my self out from the optimal basis of the relaxed LP problem so therefore I want to find the optimal basis with CPLEX in Java.

    Hope anyone can help me :)


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: How to get CPLEX-Java to show the final optimal tableau

    Posted 06/03/14 07:40 AM

    The reference documentation of class IloCplex should have all the answers. Function IloCplex.getBasisStatuses() returns the basis status for all variables, from this it should be pretty easy to construct the optimal basis.


    #CPLEXOptimizers
    #DecisionOptimization