Decision Optimization

Decision Optimization

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

 View Only
  • 1.  dual, ax, reducecost commands in cplex

    Posted Tue June 07, 2011 06:04 AM

    Originally posted by: SystemAdmin


    Hi all,

    I am using cplex with matlab and I couldn't understand

    cplex.Solution.dual
    cplex.Solution.ax
    cplex.Solution.reducedcost

    commands. Especially dual command does not find the dual variable values. But what do they find?:)

    Thanks a lot for helping me regarding this manner.

    Nihan
    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: dual, ax, reducecost commands in cplex

    Posted Sun June 12, 2011 11:36 PM

    Originally posted by: John Cui


    ax representing the product of the optimal value of variables and the constraint matrix.
    reducedcost Reduced costs for a linear or quadratic problem.
    dual Dual values for a range of the constraints of a linear or quadratic program.

    John Cui
    #CPLEXOptimizers
    #DecisionOptimization


  • 3.  Re: dual, ax, reducecost commands in cplex

    Posted Mon June 27, 2011 05:15 PM

    Originally posted by: SystemAdmin


    Thanks a lot
    #CPLEXOptimizers
    #DecisionOptimization


  • 4.  Re: dual, ax, reducecost commands in cplex

    Posted Mon June 27, 2011 05:15 PM

    Originally posted by: SystemAdmin


    Thanks a lot
    #CPLEXOptimizers
    #DecisionOptimization