| Package | Description |
|---|---|
| graph.properties.components |
Classes representing split components and other elements associated with them, such as separation pairs.
|
| graph.properties.splitting |
Implementations of algorithms for splitting graph into bi- and triconnected components.
|
| Class and Description |
|---|
| Component
Class represent a component of a graph.
|
| SplitPair
Class represent a split pair of a graph.
|
| SplitTriconnectedComponentType
Enumeration listing all possible types of a triconnected component
|
| Class and Description |
|---|
| HopcroftTarjanSplitComponent
A component of a graph used in Hopcroft-Tarjan splitting algorithm
|
| SeparationPair
A separation pair, used in Hopcroft-Tarjan splitting
|
| SplitComponent
Class represents a split component of a graph
|
| SplitPair
Class represent a split pair of a graph.
|