如何设置 cplex 中的间隙限制?
我想设置 30% 的差距限制。我如何使用设置文件来做到这一点?我尝试将 MIP 容差部分设置“相对 MIP 间隙容差”修改为 0,30,但在运行到引擎日志部分后,cplex 似乎没有设置此间隙。我该怎么办?谢谢。
I would like to set the 30% gap limit. How can I do this using the setting file? I tried to modify the MIP tolerance part setting "relative MIP gap tolerance" to 0,30 but after run going to the engine log part, it doesn't appear that cplex has set this gap. How can I do? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 OPL 中,您可以编写
,如果您使用 .ops 文件(设置),请不要忘记将 .ops 文件添加到运行配置中。
In OPL you would write
and if you use a .ops file (settings) do not forget to add the .ops file to the run configuration.