ApplicationError: Solver (cbc) did not exit normally #385
Unanswered
Dzhuhnuhmeidzhai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm using the COIN-OR/CBC solver with Pyomo.
I already have included the path to the CBC executable in my environment variables.
The CBC solver worked perfectly fine for a 10,001 constraints, 1 objective function optimization problem. I got the correct optimal value as well as other optimization details like time taken etc.
I tried to solve a larger problem - a 100,001 constraints, 1 objective function optimization problem and got the following error message:-
ApplicationError: Solver (cbc) did not exit normally
I also got the following output.
ERROR: Solver (cbc) returned non-zero return code (3221226505)
I tried looking up the error message corresponding to the given error code but couldn't find it in COIN-OR/CBC documentation and website. I also tried solving with the keepfiles option set to True but there are no files generated at the project location.
Can someone please help me out? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions