Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  Sensitivity Analysis in CPLEX

    Posted 10/21/12 06:53 PM

    Originally posted by: SystemAdmin


    Hello everybody, hope all is well.

    I am going to solve a linear program and then add a constraint, and solve it again. Is there any way to get optimal solution for the latest problem without solving the LP from scratch? I mean, I want to use my previous optimal solution to get new optimal solution which is for the model with one more constraint. Appreciate all your helps.

    Bests,
    Esmaeel
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Sensitivity Analysis in CPLEX

    Posted 10/21/12 11:07 PM

    Originally posted by: Laci Ladanyi


    Just call optimization again after you have added your constraint. CPLEX will automatically reuse the previous optimal basis as a starting point (unless you have explicitly disabled that feature).

    --Laci
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: Sensitivity Analysis in CPLEX

    Posted 10/22/12 11:51 AM

    Originally posted by: Esmaeel


    Thanks for your answer.
    #CPLEXOptimizers
    #DecisionOptimization