如何设置 cplex 中的间隙限制?

发布于 2025-01-10 01:43:25 字数 113 浏览 1 评论 0原文

我想设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

歌入人心 2025-01-17 01:43:25

在 OPL 中,您可以编写

execute
{
cplex.epgap=0.3;
}

,如果您使用 .ops 文件(设置),请不要忘记将 .ops 文件添加到运行配置中。

输入图片此处描述

In OPL you would write

execute
{
cplex.epgap=0.3;
}

and if you use a .ops file (settings) do not forget to add the .ops file to the run configuration.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文