Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Running Presolve only

    Posted 12/24/13 02:22 PM

    Originally posted by: CDYD_Victor_Miller


    I'm interested in reading in an LP file, running presolve on it (but not any further attempts at optimization) and then writing out the transformed problem as another LP file.  How can I do that using the interactive cplex program?

     

    Victor


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Running Presolve only

    Posted 12/24/13 02:38 PM

    Originally posted by: T_O


    If I remember correctly, this is:

    r foo.lp
    w foo.pre

    Best regards,
    Thomas


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Running Presolve only

    Posted 01/06/14 05:41 AM

    That is right. And then do

    r foo.pre
    w presolved-foo.lp

    to get an LP file with the presoved model.


    #CPLEXOptimizers
    #DecisionOptimization