Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Oct 4, 2023
1 parent 6e28936 commit 391bb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/resources/maintenance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function maintenance_formulation!(
# Plant is down for the required number of hours
@constraint(EP, [t in T], vMDOWN[t] == sum(vMSHUT[controlling_hours(t)]))

# Plant require maintenance every (certain number of) year(s)
# Plant requires maintenance every (certain number of) year(s)
@constraint(
EP,
sum(vMSHUT[t] for t in maintenance_begin_hours) >= ecap[y] / cap / maint_freq_years
Expand Down

0 comments on commit 391bb1e

Please sign in to comment.