You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Command used to build Cbc:
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.
The text was updated successfully, but these errors were encountered: