Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
  • 1.  How to get duals?

    Posted 12/31/12 05:27 AM

    Originally posted by: SystemAdmin


    I have attempted to solve a MIP problem in MATLAB CPLEX API. How can I get duals from MATLAB directly?(in need of correlated codes)。
    I am a rookie in CPLEX. Can anybody help me?
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: How to get duals?

    Posted 01/01/13 01:48 AM

    Originally posted by: SystemAdmin


    Hello,

    MIP don't have duals. But you could fix the integer values to their current values and then solve as a LP to get duals, if that's fine for your problem. To do that, you need to change the problem type to 'fixed_milp', then solve as LP and then get the duals.

    Regards,
    Vivek.
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: How to get duals?

    Posted 01/07/13 06:15 AM

    Originally posted by: SystemAdmin


    Thank you for reply. I will try it.
    #CPLEXOptimizers
    #DecisionOptimization