Scippy

SCIP

Solving Constraint Integer Programs

DFSCallData Struct Reference

Detailed Description

Call stack data structure for performing DFS on the rigid member graphs.

Definition at line 6829 of file network.c.

Data Fields

spqr_node node
 
spqr_arc nodeArc
 

Field Documentation

◆ node

spqr_node DFSCallData::node

The current node of the DFS call

Definition at line 6831 of file network.c.

Referenced by decompositionGetFundamentalCycleRows(), and intersectionOfAllPaths().

◆ nodeArc

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().