lanl-ansi / PowerModelsRestoration.jl

A PowerModels Extension for Optimization of Power Network Restoration
https://lanl-ansi.github.io/PowerModelsRestoration.jl/stable/
Other
22 stars 9 forks source link

Remove 0-th network from restoration #46

Open noahrhodes opened 3 years ago

noahrhodes commented 3 years ago

The restoration problems should return multi-networks ["1"]-["repair_periods"] rather than ["0"]-["repair_periods"]. If an initial operating point before any components are restored, a user can calculate that themselves.

This will require changes to iterative_restoration, replicate_restoration_network, and updates to most of the tests objective functions.

noahrhodes commented 3 years ago

A potential issue is for continually increasing load. If the "0" period is not included, then the first repair could be less load delivery that the network had before repairs begin.

(this is especially an issue for the iterative-restoration problem, but should likely be an additional processing step for that algorithm).