Call stack data structure for performing DFS on the rigid member graphs.
Data Fields | |
| spqr_node | node |
| spqr_arc | nodeArc |
| spqr_node DFSCallData::node |
The current node of the DFS call
Definition at line 6831 of file network.c.
Referenced by decompositionGetFundamentalCycleRows(), and intersectionOfAllPaths().
| spqr_arc DFSCallData::nodeArc |
The current arc of the node that is being processed
Definition at line 6832 of file network.c.
Referenced by decompositionGetFundamentalCycleRows(), and intersectionOfAllPaths().