Skip to content

Commit 33ea8ac

Browse files
committed
Update openTEPES_ProblemSolving.py
1 parent 167ccc3 commit 33ea8ac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

openTEPES/openTEPES_ProblemSolving.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - April 15, 2026
2+
Open Generation, Storage, and Transmission Operation and Expansion Planning Model with RES and ESS (openTEPES) - April 16, 2026
33
"""
44

55
import time
@@ -60,8 +60,6 @@ def ProblemSolving(DirName, CaseName, SolverName, OptModel, mTEPES, pIndLogConso
6060
else:
6161
for var in OptModel.component_data_objects(pyo.Var, active=True, descend_into=True):
6262
Solver.update_var(var)
63-
# for n,el in mTEPES.n*mTEPES.el:
64-
# Solver.update_var(OptModel.vESSTotalCharge[p,sc,n,el])
6563

6664
if SolverName == 'gurobi' or SolverName == 'gurobi_direct' or SolverName == 'appsi_gurobi':
6765
Solver.options['OutputFlag' ] = 1 # suppress log file

0 commit comments

Comments
 (0)