SPQRRowReducedComponent Struct Reference
Detailed Description
Keeps track of the data relevant for each SPQR tree in the SPQR forest.
Data Fields | |
| int | rootDepth |
| reduced_member_id | root |
Field Documentation
◆ rootDepth
| int SPQRRowReducedComponent::rootDepth |
The depth of the root node of the subtree in the arborescence
Definition at line 6907 of file network.c.
Referenced by constructRowReducedDecomposition().
◆ root
| reduced_member_id SPQRRowReducedComponent::root |
The reduced member id of the root
Definition at line 6908 of file network.c.
Referenced by constructRowReducedDecomposition(), createRowReducedMembersToRoot(), netrowaddCheck(), propagateComponents(), and transformComponentRowAddition().