Skip to content

Commit

Permalink
remove cooptimizer extra params
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomha committed May 3, 2024
1 parent 3c57fbb commit 0404d82
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/decision_models/cooptimizer_decision_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -994,20 +994,6 @@ function PSI.build_impl!(decision_model::PSI.DecisionModel{MerchantHybridCooptim
)

if PSI.get_attribute(device_model, "cycling")
#=
PSI.add_parameters!(
container,
CyclingChargeLimitParameter,
_hybrids_with_storage,
device_model,
)
PSI.add_parameters!(
container,
CyclingDischargeLimitParameter,
_hybrids_with_storage,
device_model,
)
=#
PSI.add_constraints!(
container,
CyclingCharge,
Expand Down

0 comments on commit 0404d82

Please sign in to comment.