Decision Optimization

Decision Optimization

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


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only

An question about the custock problem

  • 1.  An question about the custock problem

    Posted 08/30/10 05:37 AM

    Originally posted by: waldstein


    In the cutting stock problem, which is impemented by ILOG, there is a section like this:


    if (Math.abs(masterCplex.getObjValue() - 47) >= 0.0001)
    {
    status = -1;
    writeln("Unexpected objective value");
    }


    Is the figure "47" a bound of the optimal objective value?
    How can they obtain this figure?

    Thanks!
    #DecisionOptimization
    #OPLusingCPLEXOptimizer