Scippy

    SCIP

    Solving Constraint Integer Programs

    MemberInfo Struct Reference

    Detailed Description

    Keeps track of the reduced member and the reduced member that is the root of the arborescence for a single member

    Definition at line 3595 of file network.c.

    Data Fields

    reduced_member_id reducedMember
     
    reduced_member_id rootDepthMinimizer
     

    Field Documentation

    ◆ reducedMember

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