Decision Optimization

Decision Optimization

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

 View Only
  • 1.  Lagrangian relaxation

    Posted Wed July 29, 2009 03:45 PM

    Originally posted by: SystemAdmin


    [ffe said:]

    Hi there,

    i want to get started with the Lagrangian relaxation. i found the OPL example "Lagrangian relaxation", but no documentation (about the problem and the different modells and scripts) at all in the delivered pdfs or the help. Is there none, or am i just too blind?

    thanks, michael
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Lagrangian relaxation

    Posted Wed July 13, 2011 11:37 AM

    Originally posted by: BabyBone


    The original IP model was easy to figure out. The script wasn't all that easy follow though. E.g., in the beginning it attempts to solve an LP relaxation first. I couldn't find where the main data file Lagrangean_Relaxation.dat was read. Also, I thought we are only supposed to dualize violated constraints.

    And then the part:

    if (sum1 >= sum2) {
    }
    // solve the model to get the Upper Bound

    Just because sum1 >= sum 2 doesn't mean all of the constraints are satisfied. May be I haven't had my coffee yet, but ...
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: Lagrangian relaxation

    Posted Thu January 10, 2013 02:32 AM

    Originally posted by: qtbgo


    I also want to know if someone can refer us to some literature explaining the method in this example.
    thanks
    #DecisionOptimization
    #OPLusingCPLEXOptimizer