You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Miniconda (recommended)
120
120
2. **Packages and Solver**:
121
121
122
122
1. Launch a new Anaconda prompt (or terminal in any IDE)
123
-
2. The `HiGHS 1.7.2 <https://ergo-code.github.io/HiGHS/dev/interfaces/python/#python-getting-started>`_ is our recommendation if you want a free and open-source solver.
123
+
2. The `HiGHS <https://ergo-code.github.io/HiGHS/dev/interfaces/python/#python-getting-started>`_ is our recommendation if you want a free and open-source solver.
124
124
3. Install openTEPES via pip by ``pip install openTEPES``
125
125
126
126
Continue at `Get Started <#get-started>`_ and see the `Tips <#tips>`_.
#%% defining subsets: active load levels (n,n2), thermal units (t), RES units (r), ESS units (es), candidate gen units (gc), candidate ESS units (ec), all the electric lines (la), candidate electric lines (lc), candidate DC electric lines (cd), existing DC electric lines (cd), electric lines with losses (ll), reference node (rf), and reactive generating units (gq)
Copy file name to clipboardExpand all lines: openTEPES/openTEPES_Main.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -519,7 +519,7 @@
519
519
# conveyed by you (or copies made from those copies), or (b) primarily
520
520
# for and in connection with specific products or compilations that
521
521
# contain the covered work, unless you entered into that arrangement,
522
-
# or that patent license was granted, prior to 28 March 2107.
522
+
# or that patent license was granted, prior to 28 March 2007.
523
523
#
524
524
# Nothing in this License shall be construed as excluding or limiting
525
525
# any implied license or other defenses to infringement that may
@@ -660,7 +660,7 @@
660
660
# For more information on this, and how to apply and follow the GNU AGPL, see
661
661
# <https://www.gnu.org/licenses/>.
662
662
663
-
# Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - March 21, 2025
663
+
# Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - March 31, 2025
664
664
# simplicity and transparency in power systems planning
665
665
666
666
# Developed by
@@ -686,7 +686,7 @@
686
686
# import pkg_resources
687
687
from .openTEPESimportopenTEPES_run
688
688
689
-
print('\033[1;32mOpen Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.4 - March 21, 2025\033[0m')
689
+
print('\033[1;32mOpen Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - Version 4.18.4 - March 31, 2025\033[0m')
690
690
print('\033[34m#### Academic research license - for non-commercial use only ####\033[0m \n')
691
691
692
692
parser=argparse.ArgumentParser(description='Introducing main parameters...')
0 commit comments