Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Disabling the aggregator and pre-solver?

    Posted 01/18/12 08:16 PM

    Originally posted by: Khronum


    I was wondering if there is a way to disable the CPLEX aggregator and/or the pre-solver for a discrete optimization problem (binary linear programming)

    On one hand, I am interested in learning to do this to learn more about the solver, on the other, I am having problems with the model the CPLEX's pre-solver re-defines (see this other question).

    Thanks
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Disabling the aggregator and pre-solver?

    Posted 01/19/12 03:52 AM

    Originally posted by: SystemAdmin


    You can disable presolving with the CPX_PARAM_PREIND parameter (please check the manual to find the corresponding Matlab parameter).
    This also disables the aggregator, which is part of the presolver.

    You can disable the aggregator alone (without disabling the rest of presolve) with the CPX_PARAM_AGGIND parameter.

    Tobias
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Disabling the aggregator and pre-solver?

    Posted 01/19/12 03:08 PM

    Originally posted by: Khronum


    Fantastic. Sorry for missing that and thanks!
    #CPLEXOptimizers
    #DecisionOptimization