-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bonmin: ERROR: Solver (asl) returned non-zero return code (3221226356) #3188
Comments
@Djinhui - I ran your model on my mac off the current
I don't get an error with these versions. This would lead me to guess that there is an issue in your environment somewhere. Was there more in the stack trace beyond what you posted? |
@Djinhui - Pinging again on this. Is there more to the stack trace? |
@Djinhui - Others have reported similar issues that have to do with environment: |
@mrmundt - Yes, there is an issue in my environment, I've solved it, thanks. |
Summary
I am using pyomo to solve a combinatorial optimization problem. I got some error message, I'm a rookie, please help me to solve it.
Here is my script
Error Message
Bonmin 1.5.1 using Cbc 2.7.5 and Ipopt 3.10.1
bonmin: ERROR: Solver (asl) returned non-zero return code (3221226356)
ERROR: See the solver log above for diagnostic information.
Traceback (most recent call last):
File "c:/Users/DongJinhui/Desktop/AirCom/demo.py", line 73, in
result = solver.solve(model, tee=True) # tee=True for verbose output
File "D:\anaconda3\lib\site-packages\pyomo\opt\base\solvers.py", line 627, in solve
raise ApplicationError("Solver (%s) did not exit normally" % self.name)
pyomo.common.errors.ApplicationError: Solver (asl) did not exit normally
Information on your system
Pyomo version:6.6.2
Python version:3.8.18
Operating system: Windows
How Pyomo was installed (PyPI, conda, source):pip
Solver (if applicable):Bonmin 1.5.1 using Cbc 2.7.5 and Ipopt 3.10.1
Additional information
Here are some explanations:
The text was updated successfully, but these errors were encountered: