Skip to content

Commit

Permalink
add comments to arguments and constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed Sep 19, 2024
1 parent b54313e commit ff8f962
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/base/single_optimization_container.jl
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,9 @@ function build_model!(
# LOG_GROUP_OPTIMIZATION_CONTAINER
end
end

# Requirements Arguments Eventually
#=
TimerOutputs.@timeit BUILD_PROBLEMS_TIMER "Services" begin
construct_services!(
container,
Expand All @@ -756,7 +759,10 @@ function build_model!(
transmission_model,
)
end
=#

# Transportation Model Arguments
#= Transportation Model Arguments
for branch_model in values(template.branches)
@debug "Building Arguments for $(get_component_type(branch_model)) with $(get_formulation(branch_model)) formulation" _group =
LOG_GROUP_OPTIMIZATION_CONTAINER
Expand All @@ -774,7 +780,9 @@ function build_model!(
LOG_GROUP_OPTIMIZATION_CONTAINER
end
end
=#

# TODO: Add Constraints for this
for device_model in values(template.devices)
@debug "Building Model for $(get_component_type(device_model)) with $(get_formulation(device_model)) formulation" _group =
LOG_GROUP_OPTIMIZATION_CONTAINER
Expand Down

0 comments on commit ff8f962

Please sign in to comment.