mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 08:18:51 -06:00
renamed capacity to max_power
This commit is contained in:
@@ -14,7 +14,7 @@ function _add_profiled_unit!(
|
||||
punits[sc.name, pu.name, t] = @variable(
|
||||
model,
|
||||
lower_bound = pu.min_power[t],
|
||||
upper_bound = pu.capacity[t]
|
||||
upper_bound = pu.max_power[t]
|
||||
)
|
||||
|
||||
# Objective function terms
|
||||
|
||||
Reference in New Issue
Block a user