首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >从scip分解弯子时遇到的问题

从scip分解弯子时遇到的问题
EN

Stack Overflow用户
提问于 2022-05-12 13:27:04
回答 1查看 61关注 0票数 0

我在解决SCIP问题时遇到了一个奇怪的错误。这并不是在所有情况下都会发生,而是在少数情况下发生。我只想问一下,是否有人知道,错误信息到底意味着什么,以及在解决SCIP中Bender的默认问题时,我是否需要特别关闭一些东西。

确切的错误信息是:

代码语言:javascript
复制
[scip_probing.c:259] ERROR: not in probing mode
[benders.c:4944] ERROR: Error <-8> in function call
[benders.c:1503] ERROR: Error <-8> in function call
[benders.c:4406] ERROR: Error <-8> in function call
[benders.c:4243] ERROR: Error <-8> in function call
[scip_probing.c:259] ERROR: not in probing mode
[benders.c:4944] ERROR: Error <-8> in function call
[benders.c:1503] ERROR: Error <-8> in function call
[benders.c:4406] ERROR: Error <-8> in function call
[benders.c:4243] ERROR: Error <-8> in function call
[scip_probing.c:259] ERROR: not in probing mode
[benders.c:4944] ERROR: Error <-8> in function call
[benders.c:1503] ERROR: Error <-8> in function call
[benders.c:4406] ERROR: Error <-8> in function call
[benders.c:4243] ERROR: Error <-8> in function call
[benders.c:3805] ERROR: Error <-8> in function call
[scip_benders.c:630] ERROR: Error <-8> in function call
[cons_benders.c:555] ERROR: Error <-8> in function call
[cons.c:3765] ERROR: Error <-8> in function call
[sol.c:1742] ERROR: Error <-8> in function call
[primal.c:1593] ERROR: Error <-8> in function call
[solve.c:3016] ERROR: Error <-8> in function call
[solve.c:3887] ERROR: Error <-8> in function call
[solve.c:4187] ERROR: Error <-8> in function call
[solve.c:4983] ERROR: Error <-8> in function call
[scip_solve.c:2678] ERROR: Error <-8> in function call
terminate called after throwing an instance of 'SCIPException'
  what():  method cannot be called at this time in solution process
Aborted (core dumped)

在预解过程中发生。

我正在使用ScipOptSuite 8.0并通过C++实现我的问题。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-05-25 10:37:33

我自己发现了这个错误。在SCIP中可以指定的参数有一些问题。对于Benders分解,您需要在解决过程中关闭重新启动,但由于错误的顺序放置这些参数,它没有被关闭。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/72216482

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档