Skip to content

Commit

Permalink
add includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrypotts committed Oct 17, 2024
1 parent d6ae8f1 commit c892268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PowerSystemsInvestments.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,13 @@ include("technology_models/technologies/supply_tech.jl")
include("technology_models/technologies/demand_tech.jl")
include("technology_models/technologies/storage_tech.jl")
include("network_models/singleregion_model.jl")
include("network_models/multiregion_model.jl")
include("network_models/transport_constructor.jl")

include("technology_models/technology_constructors/supply_constructor.jl")
include("technology_models/technology_constructors/demand_constructor.jl")
include("technology_models/technology_constructors/storage_constructor.jl")
include("technology_models/technology_constructors/branch_constructor.jl")
include("technology_models/technology_constructors/constructor_validations.jl")

include("technology_models/technologies/common/objective_function.jl/common_capital.jl")
Expand Down

0 comments on commit c892268

Please sign in to comment.