From a7316809395cbd81c253258b4aea0b699fd573c3 Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 14 Jul 2026 14:22:22 +0200 Subject: [PATCH] docs: list SCIP in supported solvers (README, index) SCIP is a fully supported solver (SolverName.SCIP) and already appears in doc/prerequisites.rst, but was missing from the README and doc/index.rst solver lists. Closes #416. --- README.md | 1 + doc/index.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 870bbfb4..a54d4ce2 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Fri 0 4 * [Cbc](https://projects.coin-or.org/Cbc) * [GLPK](https://www.gnu.org/software/glpk/) * [HiGHS](https://highs.dev/) +* [SCIP](https://www.scipopt.org/) * [Gurobi](https://www.gurobi.com/) * [Xpress](https://www.fico.com/en/products/fico-xpress-solver) * [Cplex](https://www.ibm.com/de-de/analytics/cplex-optimizer) diff --git a/doc/index.rst b/doc/index.rst index 39846607..7241bc5a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -43,6 +43,7 @@ flexible data-handling features: - `Cbc `__ - `GLPK `__ - `HiGHS `__ + - `SCIP `__ - `MindOpt `__ - `Gurobi `__ - `Xpress `__