Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Lagrangean Relaxation

    Posted 02/24/08 04:34 AM

    Originally posted by: SystemAdmin


    [mmestria said:]

    CPLEX to solve the lagrangean relaxation for MIP automatically, without to create the lagrange multiplier and the gradient?


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Lagrangean Relaxation

    Posted 03/19/08 12:41 AM

    Originally posted by: SystemAdmin


    [jgregory said:]

    There is not an automatic feature within CPLEX to perform Lagrangian Relaxation.  Success with LR depends on differentiating between the "easy" and "difficult" constraints, and this is unlikely within the general-purpose solution engine itself.  However, given a-priori understanding of your problem and which constraints are difficult, LR would be appropriate at the modeling level, say in a Concert program or in OPL; from your question, it sounds like you would not be interested in pursuing this approach, but I did want to mention it.
    #CPLEXOptimizers
    #DecisionOptimization