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:
generators in unit commitment. IEEE Transactions on Power Systems, 33(4),
4496-4507.
"""
struct KnuOstWat2018 <: PiecewiseLinearCostsFormulation end
module KnuOstWat2018
import ..PiecewiseLinearCostsFormulation
struct PwlCosts <: PiecewiseLinearCostsFormulation end
end