Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_Sibling Struct Reference

    Detailed Description

    sibling information (should not exceed the size of a pointer)

    Definition at line 73 of file struct_tree.h.

    #include <struct_tree.h>

    Data Fields

    int arraypos
     

    Field Documentation

    ◆ arraypos

    int SCIP_Sibling::arraypos

    position of node in the siblings array

    Definition at line 75 of file struct_tree.h.

    Referenced by treeChildrenToSiblings(), and treeRemoveSibling().