GC_DistributionNetworkReconfiguration module
- class GC_DistributionNetworkReconfiguration.DistributionNetworkReconfiguration(grid=None, verbose_logging=20)[source]
Bases:
objectLibrary of Distribution Network Reconfiguration algorithms Constraints : radial topology without unconnected nodes Available algorithms : - Heuristic : Baran (1989), Merlin (1975), Morton (2000), MSTgreedy, Salkuti (2021) - Metaheuristic : Jakus (2020), Khalil-Gorpinich (2012) - Mathematical : Jabr-Taylor (2012), Taylor-gurobi (2012), Taylor-pyomo 2012)
The input is the grid The output is the list of disabled lines
example: mst = sp.src(G) mst_Prim_edges = mst.Solve(‘Prim’)