如何编写小于(在IMB CPLEX中)

问题描述 投票:0回答:1

我正在 cplex 中编写代码。

forall(l 排队){

(0.5(0.5

}

我收到的错误 - (函数运算符<.<=(float,dvar float+,float) not available in context CPLEX).

如何在 CPLEX 中编写代码来定义 (0.5 1] 中的变量范围,即我想排除 0.5。

range cplex
1个回答
0
投票

0.5

改变< into <=

© www.soinside.com 2019 - 2024. All rights reserved.