Scippy

    SCIP

    Solving Constraint Integer Programs

    FindCycleCall Struct Reference

    Detailed Description

    Data structure for the algorithms to find fundamental cycle within the network matrix decomposition

    Definition at line 2180 of file network.c.

    Data Fields

    spqr_arc arc
     
    SCIP_Bool reversed
     

    Field Documentation

    ◆ arc

    spqr_arc FindCycleCall::arc

    Definition at line 2182 of file network.c.

    Referenced by decompositionGetFundamentalCycleRows(), and process_arc().

    ◆ reversed

    SCIP_Bool FindCycleCall::reversed

    Definition at line 2183 of file network.c.

    Referenced by decompositionGetFundamentalCycleRows(), and process_arc().