Skip to content

Commit

Permalink
Add information abot needed solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Feb 19, 2021
1 parent 3890948 commit e9c4953
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,18 @@ To run older scenarios you can install the old stable phd version::
pip install https://github.com/reegis/deflex/archive/phd.zip


Additional requirements
-----------------------
Installation of a solver (mandatory)
------------------------------------

To solve an energy system a linear solver has to be installed. For the
communication with the solver `Pyomo` is used. Have a look at the `Pyomo docs <https://pyomo.readthedocs.io/en/stable/solving_pyomo_models.html#supported-solvers>`_ to learn about which solvers are supported.

The default solver is the CBC solver. Go to the `oemof.solph documentation <https://github.com/oemof/oemof-solph#installing-a-solver>`_
to get help for the solver installation.


Additional requirements (optional)
----------------------------------

The basic installation can be used to compute scenarios (csv, xls, xlsx). For
some functions additional packages are needed.
Expand Down

0 comments on commit e9c4953

Please sign in to comment.