Class EvenShiloachGraphDecrementalConnectivity<V,E>

java.lang.Object
com.powsybl.openloadflow.graph.AbstractGraphConnectivity<V,E>
com.powsybl.openloadflow.graph.EvenShiloachGraphDecrementalConnectivity<V,E>
All Implemented Interfaces:
GraphConnectivity<V,E>

public class EvenShiloachGraphDecrementalConnectivity<V,E> extends AbstractGraphConnectivity<V,E>
Implementing the Even-Shiloach algorithm (see https://dl.acm.org/doi/10.1145/322234.322235) Due to time computation optimizations, this current implementation is only for graphs which initially have ONLY ONE connected component. If more, an exception is thrown.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>, Florian Dupuy <florian.dupuy at rte-france.com>