Make papers into modules, instead of structs; add StartupCostsFormulation

This commit is contained in:
2021-06-01 14:20:36 -05:00
parent ecb13dba7c
commit 8cdd88d6de
23 changed files with 181 additions and 97 deletions

View File

@@ -9,4 +9,10 @@ Formulation described in:
to an electricity spot market. IEEE Transactions on power systems, 15(3),
1098-1104.
"""
struct ArrCon2000 <: RampingFormulation end
module ArrCon2000
import ..RampingFormulation
struct Ramping <: RampingFormulation end
end