【问题标题】:How to view the sensitivity analysis of the objective function in ILOG CPLEX Optimization Studio如何在 ILOG CPLEX Optimization Studio 中查看目标函数的灵敏度分析
【发布时间】:2018-06-22 13:15:37
【问题描述】:

下面是我的代码

     *********************************************/
dvar float+ x; /* daily quantity of t-shirts*/
dvar float+ y; /* daily quantity of shorts */


maximize 6*x + 10*y; /* maximize the daily profit from t-shirts and shorts*/

subject to{
20/60*x + 10/60*y <=176; /* cutting department labour constraint*/
20/60*x + 50/60*y <=400; /* sewing department labour constraint*/
10/60*x + 10/60*y <= 96; /* packaging department labour constraint*/
x >= 100; /* minimum daily demand for t-shirts*/
}

我想通过找到目标函数的协同效率来找到最优解不变的单位利润范围。 谢谢。

【问题讨论】:

    标签: analysis cplex objective-function


    【解决方案1】:

    参见文档中的“敏感性分析”

    IDE 和 OPL > 优化编程语言 (OPL) > 语言用户手册 > 应用领域 > 线性和整数规划的应用 > 线性规划

    https://www.ibm.com/support/knowledgecenter/en/SS6MYV_3.4.0/ilog.odms.ide.odme.help/Content/Optimization/Documentation/ODME/_pubskel/ODME_pubskels/startall_ODME34_Eclipse1043.html

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-12-20
      • 1970-01-01
      相关资源
      最近更新 更多