【发布时间】:2020-10-15 15:49:27
【问题描述】:
我正在尝试使用 ln 和 exp 函数编写约束,但收到 Cplex 无法提取表达式的错误。
forall (t in time)
Gw_C["Mxr"] == 20523 + 17954 * ln(maxl(pbefore[t]));
Ed_c ["RC"]== 0.0422* exp(0.1046* (maxl(pbefore[t])));
Gw_C["RC"] == 3590* pow((maxl(pbefore[t]), 0.6776);
是否有任何其他可能的方式来对 cplex 上的这些约束进行编码? 谢谢
【问题讨论】: