From 6f260bed76979d5cb82bd7dcf9bd3cf7c86b33b6 Mon Sep 17 00:00:00 2001 From: fhg-isi <76424482+fhg-isi@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:19:25 +0200 Subject: [PATCH 1/2] suggestion to fill missing section in sentence --- doc/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 45404e1f9..468fd76b5 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -81,7 +81,8 @@ Nevertheless, you can still use open-source solvers for smaller problems. .. note:: The rules :mod:`cluster_network` and :mod:`simplify_network` solve a mixed-integer quadratic optimisation problem for clustering. The open-source solvers HiGHS, Cbc and GlPK cannot handle this. A fallback to SCIP is implemented in this case, which is included in the standard environment specifications. - For an open-source solver setup install in your ``conda`` environment on OSX/Linux. To install the default solver Gurobi, run + For an open-source solver setup install for example HiGHS **and** SCIP in your ``conda`` environment on OSX/Linux. + To install the default solver Gurobi, run .. code:: bash From ab8df855bd13fa23355af8345ff419b5f735d8bb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:21:01 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation.rst b/doc/installation.rst index 468fd76b5..2e9429785 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -81,7 +81,7 @@ Nevertheless, you can still use open-source solvers for smaller problems. .. note:: The rules :mod:`cluster_network` and :mod:`simplify_network` solve a mixed-integer quadratic optimisation problem for clustering. The open-source solvers HiGHS, Cbc and GlPK cannot handle this. A fallback to SCIP is implemented in this case, which is included in the standard environment specifications. - For an open-source solver setup install for example HiGHS **and** SCIP in your ``conda`` environment on OSX/Linux. + For an open-source solver setup install for example HiGHS **and** SCIP in your ``conda`` environment on OSX/Linux. To install the default solver Gurobi, run .. code:: bash