Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arght committed Nov 30, 2023
1 parent 14a6bae commit bf420af
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** has been developed using `Python 3.11.5 <https://www.python.org/>`_ and `Pyomo 6.6.2 <https://pyomo.readthedocs.io/en/stable/>`_ and it uses `Gurobi 11.0.0 <https://www.gurobi.com/products/gurobi-optimizer/>`_ as commercial MIP solver for which a free academic license is available.
The **openTEPES** has been developed using `Python 3.11.5 <https://www.python.org/>`_ and `Pyomo 6.7.0 <https://pyomo.readthedocs.io/en/stable/>`_ and it uses `Gurobi 11.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.5.3 <https://ergo-code.github.io/HiGHS/dev/installation/>`_, `SCIP 8.0.4 <https://www.scipopt.org/>`_, `GLPK 4.65 <https://www.gnu.org/software/glpk/>`_
and `CBC 2.10.11 <https://github.com/coin-or/Cbc>`_. List the serial solver interfaces under Pyomo with this call::

Expand Down

0 comments on commit bf420af

Please sign in to comment.