Skip to content
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

Unable to use packages bonmin #45

Open
Supriya20000 opened this issue Aug 23, 2023 · 0 comments
Open

Unable to use packages bonmin #45

Supriya20000 opened this issue Aug 23, 2023 · 0 comments

Comments

@Supriya20000
Copy link

Hello all,

We have installed pyomo package as well as bonmin package and we are using the below script to use package 'bonmin' as solver but facing issues and unable to use this package.
Please find the below mentioned code in brief that we are using:
#!/bin/bash
import pyomo.environ as abc
path = ' '
solver = 'bonmin'
opt = pyo.SolverFactory(solver, executable=path)
#opt = pyo.SolverFactory(solver)
res = opt.solve(model)

Error:

ERROR: Solver (asl) returned non-zero return code (-11)
ERROR: Solver log: Bonmin 1.8.9 using Cbc 2.10.8 and Ipopt 3.14.10 bonmin:
ApplicationError: Solver (asl) did not exit normally

Can you please help us with this issue?

Thanks & Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant