- nothing
- Update to PowerModels v0.21 and JuMP's new nonlinear interface (breaking)
- Update to PowerModels v0.20 (breaking)
- Drop support for JuMP v0.22 and v0.23 (breaking)
- Update minimum Julia version to v1.6 (LTS)
- Add heuristics for Restoration Ordering Problem
run_rop
- Utilization (#62)
- Recursive Restoration Refinement (#63)
- Randomized Adaptive Decomposition (#63)
- Update for JuMP v1.0 (#65)
- Drop support for JuMP v0.21 (breaking)
- Fixed bugs in
constraint_bus_energized
andrun_iterative_restoration
(#55,#57)
- Add support for InfrastructureModels multi-infrastructure functions (breaking)
- Update to PowerModels v0.17 (breaking)
- Fixed bug in iterative restoration solution generation (#44)
- Add const for supported components for repairs
restoration_comps
- Update
get_repairable_items
,get_damaged_items
,clear_damage_indicator
to userestoration_comps
- Update to new function name convention of PowerModels v0.17 details in PR #40 (breaking)
- Update to PowerModels v0.17 (breaking)
- Update to PowerModels v0.16 (breaking)
- Add support for Memento v0.13, v1.0
- Update to PowerModels v0.15 (breaking)
- Minor fix to result building in run_iterative_restoration
- Add upper bound on test solver versions
- Added a subproblem for restoration simulation
iterative_rop
(#20) - Changed
_clean_status!
to set status to the inactive value if it is approximately that value, instead of rounding (#20) - Changed name of
solution_rop
tosolution_rop!
(#18) [breaking] - Changed name of
solution_mrsp
tosolution_mrsp!
(#18) [breaking] - Changed name of
run_restoration_simulation
torun_restoration_redispatch
(#20) [breaking]
- Added support for InfrastructureModels v0.4
- initial implementation