Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Sensitivity analysis report

    Posted 05/09/10 11:43 AM

    Originally posted by: bernardokp


    Hello everyone,

    I am a professor in Santiago, Chile, and I started using IBM ILOG OPL in my classes. I have a question about the output of an optimization problem.

    How can I see the allowable ranges for the right-hand side and for the coefficients of the objective function value after the problem is solved? In Excel Solver this was called "maximum allowable increase" and "maximum allowable decrease". I went through the problem browser, selected a constraint and clicked in a button that shows me the value of the dual variables but I could not find the allowable range.
    I wonder if some option has to be added to the code in order to see this information.

    Thanks in advance,
    Bernardo
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: Sensitivity analysis report

    Posted 05/10/10 05:39 AM

    Originally posted by: FredericDelhoume


    Hi,

    There are a number of available information for constraints.
    They require that you name your constraints, for example :

    constraints {
    ct: ...
    }

    Then you can use the problem browser to display additional information in data views.

    Frederic.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer