Skip to content

Commit

Permalink
Update formulations.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-lara authored Sep 6, 2023
1 parent 944d7c1 commit 0a9ed84
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/core/formulations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,6 @@ Formulation type to enable (continuous) load interruption dispatch
"""
struct PowerLoadDispatch <: AbstractControllablePowerLoadFormulation end

############################ Hydro Generation Formulations #################################
# abstract type AbstractHydroFormulation <: AbstractDeviceFormulation end
# abstract type AbstractHydroDispatchFormulation <: AbstractHydroFormulation end
# abstract type AbstractHydroUnitCommitment <: AbstractHydroFormulation end

# """
# Formulation type to add injection variables constrained by a maximum injection time series for `HydroGen`
# """
# struct HydroDispatchRunOfRiver <: AbstractHydroDispatchFormulation end

# """
# Formulation type to add commitment and injection variables constrained by a maximum injection time series for `HydroGen`
# """
# struct HydroCommitmentRunOfRiver <: AbstractHydroUnitCommitment end

############################ Regulation Device Formulations ################################
abstract type AbstractRegulationFormulation <: AbstractDeviceFormulation end
struct ReserveLimitedRegulation <: AbstractRegulationFormulation end
Expand Down

0 comments on commit 0a9ed84

Please sign in to comment.