From 16e6ca81341ef2229713d0ed724189f5df14e1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Wed, 30 Aug 2023 14:44:14 +0200 Subject: [PATCH] Reformulate solver part of README.rst Adjusted the wording to be more fluent. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index a85ad559f..6151423e1 100644 --- a/README.rst +++ b/README.rst @@ -161,10 +161,10 @@ Following you will find guidelines for the installation process for different op Installing a solver ------------------- -There are various commercial and open-source solvers that can be used with oemof. -There are two common Open-Source solvers available (CBC, GLPK), while oemof recommends CBC (Coin-or branch and cut). -But sometimes its worth comparing the results of different solvers. -Other commercial solvers like Gurobi or Cplex can be used as well. +There are several solvers that can work with oemof, both open source and commercial. +Two open source solvers are widely used (CBC and GLPK), but oemof suggests CBC (Coin-or branch and cut). +It may be useful to compare results of different solvers to see which performs best. +Other commercial solvers, like Gurobi or Cplex, are also options. Have a look at the `pyomo docs `_ to learn about which solvers are supported. Check the solver installation by executing the test_installation example below (see section Installation Test).