Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Aug 30, 2024
1 parent 1edb3c6 commit 2621956
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/tutorials/algorithms/rolling_horizon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,16 @@
using JuMP
import CSV
import DataFrames
import Dates
import HiGHS
import ParametricOptInterface as POI
import Plots
import StatsPlots

# ## The optimization model
#
# The model is a simplified GEP problem in which we decide the new capacity in
# renewables for a power system with a given thermal and storage capacity.
#
# ### Variables
# ### [Variables](@id rolling_horizon_variables)
#
# - Investment: $i \geq 0$
# - Renewable production: $r_t \geq 0$
Expand All @@ -64,7 +62,7 @@ import StatsPlots
# - Renewable availability at time $t$: $A_t$
# - Initial storage: $S_0$
#
# ### Constraints
# ### [Constraints](@id rolling_horizon_constraints)
#
# 1. **Balance Constraint:**
#
Expand Down

0 comments on commit 2621956

Please sign in to comment.