re-designed the LMP methods

The LMP and AELMP methods are re-designed to be dependent on the instance object instead of input files, and to have a unified API style for purposes of flexibility and consistency.
This commit is contained in:
Jun He
2023-03-08 13:33:47 -05:00
parent 8fc84412eb
commit 5c91dc2ac9
6 changed files with 423 additions and 0 deletions

5
src/lmp/structs.jl Normal file
View File

@@ -0,0 +1,5 @@
# 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.
abstract type PricingMethod end