Scippy

    SCIP

    Solving Constraint Integer Programs

    ColorDFSCallData Struct Reference

    Detailed Description

    Call stack data structure that determines whether a bipartition of the nodes exists that satisfies the requirements.

    Definition at line 6843 of file network.c.

    Data Fields

    spqr_node node
     
    spqr_arc arc
     

    Field Documentation

    ◆ node

    spqr_node ColorDFSCallData::node

    The current node of the call

    Definition at line 6845 of file network.c.

    Referenced by rigidConnectedColoringRecursive(), and zeroOutColors().

    ◆ arc

    spqr_arc ColorDFSCallData::arc

    The current arc that is being processed

    Definition at line 6846 of file network.c.

    Referenced by rigidConnectedColoringRecursive(), and zeroOutColors().