mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-08 17:18:51 -06:00
Added the profiled units
This commit is contained in:
@@ -96,6 +96,9 @@ function build_model(;
|
||||
for g in sc.units
|
||||
_add_unit_dispatch!(model, g, formulation, sc)
|
||||
end
|
||||
for pu in sc.profiled_units
|
||||
_add_profiled_unit!(model, pu, sc)
|
||||
end
|
||||
_add_system_wide_eqs!(model, sc)
|
||||
end
|
||||
@objective(model, Min, model[:obj])
|
||||
|
||||
Reference in New Issue
Block a user