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

Cbc with GLPK v4.65 incorrect solutions #5

Open
joaquinco opened this issue Jul 10, 2021 · 0 comments
Open

Cbc with GLPK v4.65 incorrect solutions #5

joaquinco opened this issue Jul 10, 2021 · 0 comments

Comments

@joaquinco
Copy link

I'm building cbc with glpk integration on branch master, everything runs ok and I'm able to run the solver and seems to run ok, but it doesn't solve the problem correctly (the objective value is not correct and all variables displayed are zero).

I'm calling Cbc like this:

cbc model.mod%data.dat -solve -gsolu solution.sol

Command used to build Cbc:

coinbrew build Cbc --with-glpk

Then, if I changed the Glpk version to 4.48 (for example commit ce1105a of this repo) and I rebuild Cbc, it works fine.

Worth noting that the compiled glpsol works fine on both versions if run on its own.

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