Skip to content

Commit

Permalink
Update Download.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
arght committed Nov 17, 2024
1 parent eabe0ed commit 2ce7009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rst/Download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Download & Installation
=======================
The **openTEPES** model has been developed using `Python 3.12.6 <https://www.python.org/>`_ and `Pyomo 6.8.0 <https://pyomo.readthedocs.io/en/stable/>`_ and it uses `Gurobi 11.0.3 <https://www.gurobi.com/products/gurobi-optimizer/>`_ as commercial MIP solver for which a free academic license is available.
The **openTEPES** model has been developed using `Python 3.12.3 <https://www.python.org/>`_ and `Pyomo 6.8.1 <https://pyomo.readthedocs.io/en/stable/>`_ and it uses `Gurobi 12.0.0 <https://www.gurobi.com/products/gurobi-optimizer/>`_ as commercial MIP solver for which a free academic license is available.
It uses Pyomo so that it is independent of the preferred solver. You can alternatively use one of the free solvers `HiGHS 1.8.0 <https://ergo-code.github.io/HiGHS/dev/interfaces/python/#python-getting-started>`_, `SCIP 9.1.1 <https://www.scipopt.org/>`_, `GLPK 5.0 <https://www.gnu.org/software/glpk/>`_,
and `CBC 2.10.12 <https://github.com/coin-or/Cbc/releases>`_. List the serial solver interfaces under Pyomo with this call::

Expand Down

0 comments on commit 2ce7009

Please sign in to comment.