mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 16:58:51 -06:00
Use 4-digit years
This commit is contained in:
12
src/model/formulations/KnuOstWat2018/structs.jl
Normal file
12
src/model/formulations/KnuOstWat2018/structs.jl
Normal file
@@ -0,0 +1,12 @@
|
||||
# UnitCommitment.jl: Optimization Package for Security-Constrained Unit Commitment
|
||||
# Copyright (C) 2020, UChicago Argonne, LLC. All rights reserved.
|
||||
# Released under the modified BSD license. See COPYING.md for more details.
|
||||
|
||||
"""
|
||||
Formulation described in:
|
||||
|
||||
Knueven, B., Ostrowski, J., & Watson, J. P. (2018). Exploiting identical
|
||||
generators in unit commitment. IEEE Transactions on Power Systems, 33(4),
|
||||
4496-4507.
|
||||
"""
|
||||
struct KnuOstWat2018 <: PiecewiseLinearCostsFormulation end
|
||||
Reference in New Issue
Block a user