mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-07 00:38:51 -06:00
Use 4-digit years
This commit is contained in:
11
src/model/formulations/PanGua2016/structs.jl
Normal file
11
src/model/formulations/PanGua2016/structs.jl
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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:
|
||||
|
||||
Pan, K., & Guan, Y. (2016). Strong formulations for multistage stochastic
|
||||
self-scheduling unit commitment. Operations Research, 64(6), 1482-1498.
|
||||
"""
|
||||
struct PanGua2016 <: RampingFormulation end
|
||||
Reference in New Issue
Block a user