GLPK や CBC で MIP を解決しようとしています。.lp ファイルは 907 メガバイトで、約 500 万の変数がありますが、CBC でも実行されず、解決策が見つからないまま GLPK で 8 日間以上実行されています。また、GLPK に時間制限を設定すると、TIME LIMIT EXCEEDED と表示されます。SEARCH TERMINATED が終了し、CMD ウィンドウまたは python を使用して出力を取得できるかどうか疑問に思っていました。
ERROR: "[base]\site-packages\pyomo\opt\base\solvers.py", 616, solve
Solver (cbc) returned non-zero return code (-1073740791) ERROR: "[base]\site-packages\pyomo\opt\base\solvers.py", 619, solve
See the solver log above for diagnostic information. Traceback (most recent call last):
File "<ipython-input-1-55698ac3ed56>", line 1, in <module>
runfile('D:/Data/Central Data Repository/Pooling Optimisation/Python Scripts/Run_Solver_From_Spyder v2.py', wdir='D:/Data/Central Data Repository/Pooling Optimisation/Python Scripts')
File "C:\ProgramData\Anaconda2\lib\site-packages\spyder\utils\site\sitecustomize.py", line 710, in runfile
execfile(filename, namespace)
File "C:\ProgramData\Anaconda2\lib\site-packages\spyder\utils\site\sitecustomize.py", line 86, in execfile
exec(compile(scripttext, filename, 'exec'), glob, loc)
File "D:/Data/Central Data Repository/Pooling Optimisation/Python Scripts/Run_Solver_From_Spyder v2.py", line 37, in <module>
results = opt.solve(instance, options=solver_opt, tee=True, keepfiles=True)
File "C:\ProgramData\Anaconda2\lib\site-packages\pyomo\opt\base\solvers.py", line 623, in solve
"Solver (%s) did not exit normally" % self.name)
ApplicationError: Solver (cbc) did not exit normally