Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  How to solve LP file

    Posted 07/27/15 06:55 AM

    Originally posted by: Rajasekhar_Kadambur


    Hi,

    How to slove LP file and post process the solution.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: How to solve LP file

    Posted 07/27/15 07:26 AM

    Hi,

    what do you mean ?

    a .lp file ?

    main

    {

    cplex.importModel("model.lp");

    cplex.solve();

    }

    regards


    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: How to solve LP file

    Posted 08/04/15 08:00 AM

    Originally posted by: Rajasekhar_Kadambur


    Hi Alex,

    I have tried that one the problems is that just shows the the solve status and the solution is not updated in the problem browser.

    Is there a way to retrieve the solution for solving LP file.


    #DecisionOptimization
    #OPLusingCPLEXOptimizer