Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  solve multiple LP problems in a sigle run

    Posted 06/21/11 02:06 PM

    Originally posted by: KingCC


    Hi,

    I have multiple LP problems. Since they are similar (only different in several inputs), can I solve them by a single run? If so, how? Can I do it like in matlab i use a for loop?

    Thanks.

    King
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: solve multiple LP problems in a sigle run

    Posted 06/21/11 02:50 PM

    Originally posted by: SystemAdmin


    I believe the section on flow control in the documentation will help you.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 3.  Re: solve multiple LP problems in a sigle run

    Posted 06/21/11 03:00 PM

    Originally posted by: KingCC


    Thanks a lot.

    BTW, how can I write the multiplier of each LP problem out to an excel?

    King
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 4.  Re: solve multiple LP problems in a sigle run

    Posted 06/21/11 03:14 PM

    Originally posted by: SystemAdmin


    Check the SheetWrite() method in the documentation.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 5.  Re: solve multiple LP problems in a sigle run

    Posted 06/21/11 03:20 PM

    Originally posted by: KingCC


    Actually, i have no problem using sheetwrite() is it is for decision variables. However, dual multipliers are not directly output by CPLEX.
    #DecisionOptimization
    #OPLusingCPLEXOptimizer