Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 981 Bytes

File metadata and controls

17 lines (16 loc) · 981 Bytes

PowerModelsACDC.jl Change Log

v0.9.0

  • Renaming all run comments to solve
  • Cleaning up the TNEP formulation:
    • Collecting all problem formulations under tnep.jl and dispatching based on data
    • By default AC and DC candidates added based on input data. Same is done for multi-period TNEP.
  • Merging with CbaOPF.jl package:
    • Adding different equipment types: PSTs, storage, series compensation (not for all formulations, WIP!)
    • Adding flexbile demand, and demand shedding to all problem types, adding option to use different components of the objective function, e.g., gen, demand (not for all formulations, WIP!)
    • Including base unit commitment model uc.jl
    • Including multi-period OPF model, dispatched based on data: mutli-network
    • Including re-dispatch optimisation rdopf.jl
    • Including frequency constrained unit commitment model fcuc.jl
  • Improving documentation
    • Work in progress