首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >IPOPT内存不足

IPOPT内存不足
EN

Stack Overflow用户
提问于 2015-07-10 23:27:49
回答 1查看 379关注 0票数 0

在解决MINLP问题(GAMS 24.4.1/SCIP版本3.1 (020d055))后,我得到以下错误:

代码语言:javascript
复制
Checking feasibility of solution #00 with reported objective value -1.000000970918791e-09.
This is Ipopt version 3.11, running with linear solver ma27.


EXIT: Not enough memory.
[../../../ThirdParty/SCIP/scip/src/nlpi/nlpi_ipopt.cpp:1104] ERROR: Ipopt returned with status "Insufficient Memory"
[../../../ThirdParty/SCIP/scip/src/nlpi/nlpi.c:503] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/nlp.c:4689] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/nlp.c:5527] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/scip.c:26453] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/heur_subnlp.c:1199] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/heur_subnlp.c:1820] ERROR: Error <-1> in function call
[reader_gmo.c:2074] ERROR: Error <-1> in function call
[reader_gmo.c:2371] ERROR: Error <-1> in function call
[reader_gmo.c:2768] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/dialog.c:828] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/dialog.c:370] ERROR: Error <-1> in function call
[../../../ThirdParty/SCIP/scip/src/scip/scip.c:8419] ERROR: Error <-1> in function call
--- Restarting execution

发生这种情况后,我无法检索解决方案。有没有办法避免这种情况?如果需要,我可以上传GAMS文件。

谢谢。

EN

回答 1

Stack Overflow用户

发布于 2015-07-11 02:45:47

您可以设置选项gams/resolvenlp = FALSE,以避免在最后解析子NLP。但是,如果能帮助查看GAMS模型文件,也会更好。

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

https://stackoverflow.com/questions/31344639

复制
相关文章

相似问题

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