Document energy storage

This commit is contained in:
2024-02-22 10:14:23 -06:00
parent 4e8c281713
commit 010558b3ae
2 changed files with 130 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ function _add_storage_unit!(
is_charging[sc.name, su.name, t] = @variable(model, binary = true)
is_discharging[sc.name, su.name, t] = @variable(model, binary = true)
# Objective function terms ##### CHECK & FIXME
# Objective function terms
add_to_expression!(
model[:obj],
charge_rate[sc.name, su.name, t],