-
Notifications
You must be signed in to change notification settings - Fork 134
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
Add SCIP open source solver #927
base: dev
Are you sure you want to change the base?
Conversation
I would suggest to document the installation here if we agree, that we want the solver to be included: https://oemof-solph.readthedocs.io/en/latest/readme.html#installing-a-solver My first idea would be to split the solver installation documentation into different sections for each solver, e. g.:
What do you think? |
I just noticed that the links to the CBC downloads for Windows from the AMPL site (e. g. https://ampl.com/dl/open/cbc/cbc-win64.zip) are broken and require a registration. After a registration, the solver downloads can be accessed from this page which links to the download page which also contains the downloads for the highs solver. We might just add this, too (see #855). |
Installation on more recent Linux systems is a bit cumbersome. There are packages for an old Ubuntu (which is still supported, though) and Debian oldstable. I tried compiling on my own but some of the dependencies are also not available in the package manager and have to be installed manually. I also tried the solver using an not up-to-date Linux system, and it installed. However, the installation test did not succeed:
SCIP is also on conda-forge, so I tried using conda. SCIP was installed and is executable in the conda environment, but the installation test does not find it. |
SCIP
is able to solve LP and MIP models and seems to be overall faster thanCBC
andglpk