-
Notifications
You must be signed in to change notification settings - Fork 25
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
Using custom built Clp binaries for v1.0.1 #136
Comments
See https://jump.dev/JuMP.jl/stable/developers/custom_solver_binaries/. Why do you want to do this? |
Nice - thanks a lot! There seems to be a bug in Clp version 1.17.6 (and even version 1.17.7) that gives a segfault for an appropriately large system I have and it's fixed in the current master branch of Clp (not tagged yet). I you know that versions above 1.17.6 are not necessarily supported by Clp.jl but I tried using the compiled master version within Clp.jl v0.9.1 and it worked perfectly so I assume it would work with v1.0.1 as well (at least with those options I pass). |
Sounds good. I'll close this because it's not a bug in Clp.jl. If you encounter any problems, please post on the community forum, https://discourse.julialang.org/c/domain/opt/13, and we can work to improve the documentation. |
Hey @odow , I tried installing Sigmoidal Programming and it showed error that I have installed v1.7.1 of Clp. The git repo recommends version 0.8 of clp. Would I need to install an older version or will this work? I'm using Julia 1.8.5 with IJulia in notebook. Looking forward to your help! |
Hello,
I'm wondering whether it's possible to use custom installation of Clp for
Clp.jl
version 1.0.1 just like it was possible for v0.9.1. Thanks a lot.The text was updated successfully, but these errors were encountered: