-
Notifications
You must be signed in to change notification settings - Fork 252
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
feat: pyscipopt for poor dummy laymans #786
Comments
So to clarify: You want GMP shipped with the default SCIP through |
Linux x86_64 (Debian) GMP enabled in SCIP and SOPLEX - yes. IPOPT enabled with MUMPS - yes. IPOPT for NLP. MUMPS because of good licence and way to get code into Docker/VM/CI/Nix package super easy automatically. |
IPOPT depends on
From these, only SPRAL and MUMPS are suited for autobuild and deploy. HSL,WSMP, PARADISO not. Default IPOPT checks for HSL. |
The current shipped build should have everything that you listed but GMP. We're currently preparing for the release of SCIP 9.0, and I will organise the new PyPI upload when that is done (and add GMP to the shipped version). |
@dzmitry-lahoda We just uploaded a new version to PyPI that includes GMP and SCIP 9.0.0. Can you check if this works for you? |
Hello @Opt-Mucca, Thank you . I installed new version and run against our cases. Our code works. At least I noticed some cases were infeasible on 4.4.0, become feasible (so all such cases are really feasible if count on fingers). Not yet seen GMP warnings yet, will update it see any. |
Is your feature request related to a problem? Please describe.
I want solver magic, free, easy to install, solve any numbers
Describe the solution you'd like
Free. Use SCIP with IPOPT MUMPS instead of HSL or other proprietary libs.
Dummy. Static compile with GMP to allow solutions on various numbers, and optimization after.
Layman. Cannot easy built all, so please publish it to PyPi by default.
The text was updated successfully, but these errors were encountered: