Decision Optimization

Decision Optimization

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

 View Only
Expand all | Collapse all

turn presolve off in the interactive optimizer

  • 1.  turn presolve off in the interactive optimizer

    Posted Thu October 30, 2008 09:55 PM

    Originally posted by: SystemAdmin


    [dgravot@noos.fr said:]

    Hello,

    I'd like to turn presolve off in the interactive optimizer. Is it possible and if yes, what's the path to the option ?

    Thanks !
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: turn presolve off in the interactive optimizer

    Posted Fri October 31, 2008 01:48 AM

    Originally posted by: SystemAdmin


    [jgregory said:]

    Many CPLEX features are controlled by parameters, which you can specify in the Interactive Optimizer via the "set" command.  If you type "set" alone, you will see a menu of choices, some of which then lead you to further sub-menus.  In the case of your particular question, this approach will lead you to
      set preprocessing presolve no
    which turns off all the preprocessing on your model.  I encourage you to explore the other parameter choices found within the "set" command, and of course the documentation provided along with the product contains a complete listing in the Parameters Reference Manual.
    #CPLEXOptimizers
    #DecisionOptimization