Detailed Description
Keeps track of the reduced member and the reduced member that is the root of the arborescence for a single member
Data Fields | |
| reduced_member_id | reducedMember |
| reduced_member_id | rootDepthMinimizer |
Field Documentation
◆ reducedMember
| reduced_member_id MemberInfo::reducedMember |
The ID of the associated reduced member
Definition at line 3597 of file network.c.
Referenced by cleanUpMemberInformation(), cleanUpRowMemberInformation(), constructReducedDecomposition(), constructRowReducedDecomposition(), createPathArcs(), createReducedDecompositionCutArcs(), createReducedMembersToRoot(), createRowReducedMembersToRoot(), and determinePathTypes().
◆ rootDepthMinimizer
| reduced_member_id MemberInfo::rootDepthMinimizer |
The ID of the reduced member that is the root of the arborescence this reduced member is contained in.
Definition at line 3598 of file network.c.
Referenced by constructReducedDecomposition(), constructRowReducedDecomposition(), createReducedMembersToRoot(), and createRowReducedMembersToRoot().