Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Access to Inverse of Basis Matrix

    Posted Tue March 08, 2011 09:21 AM

    Originally posted by: Berke


    Dear all,

    Currently, I am working on a LP model with Cplex ver 12.1 in C# environment.
    I want to obtain the inverse of the basis matrix for the optimal solution.
    Is there a defined method to do that without calculating?

    Thank you
    Berke
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Access to Inverse of Basis Matrix

    Posted Tue March 08, 2011 11:54 PM

    Originally posted by: GuangFeng


    It is not available in C# API. If you use CPLEX callable libraries, you can use CPXbinvcol and CPXbinvrow.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer