max=60*desks+30*tables+20*chairs;
8*desks+6*tables+chairs<=48;
4*desks+2*tables+1.5*chairs<=20;
2*desks+1.5*tables+.5*chairs<=8;
tables<=5;
求解这个模型,并激活灵敏性分析。这时,查看报告窗口(Reports Window),可以看到如下结果。
Global optimal solution found at iteration:
3
Objective value:
280.0000
Variable
Value
Reduced Cost
Row
Slack or Surplus
Dual Price
还请高手指教;
不胜感激。。