Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Benders provided by CPLEX

    Posted 03/22/19 11:06 AM

    Originally posted by: brown_rice


    Hi,

    Is the benders package provided by CPLEX the same with the conventional Benders implementation? or does it contain some acceleration techniques? For instance, does it consider Pareto optimal cuts? Does it try to add multi cuts?

     


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Benders provided by CPLEX

    Posted 03/23/19 02:24 PM

    Can you please clarify what you mean by "Benders package"? CPLEX does not provide any package called "Benders". What CPLEX has is an automated Benders decomposition that is built into the engine.


    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Benders provided by CPLEX

    Posted 03/23/19 10:37 PM

    Originally posted by: brown_rice


    Sorry for the confusion. I meant the automated Benders.


    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: Benders provided by CPLEX

    Posted 03/26/19 03:46 AM

    Originally posted by: dominiqs81


    The separation of Benders cuts in CPLEX has its own acceleration techniques, although not the ones you mention. We have some specific normalization for feasibility cuts and we often use an in-out scheme in the Benders cutloop.


    #CPLEXOptimizers
    #DecisionOptimization


  • 5.  Re: Benders provided by CPLEX

    Posted 03/26/19 10:43 AM

    Originally posted by: brown_rice


    Hi,

    Thanks for the answer. If I am only concerned with the optimality cuts, then CPLEX does not apply any sophisticated method on the cuts generated, does it?


    #CPLEXOptimizers
    #DecisionOptimization


  • 6.  Re: Benders provided by CPLEX

    Posted 03/26/19 10:53 AM

    Originally posted by: dominiqs81


    Not at the cut generating LP level.


    #CPLEXOptimizers
    #DecisionOptimization