Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_Pseudofork Struct Reference

    Detailed Description

    fork without LP solution, where bounds and constraints have been changed, and rows and columns were added

    Definition at line 97 of file struct_tree.h.

    #include <struct_tree.h>

    Data Fields

    SCIP_COL ** addedcols
     
    SCIP_ROW ** addedrows
     
    int naddedcols
     
    int naddedrows
     
    int nchildren
     

    Field Documentation

    ◆ addedcols

    SCIP_COL** SCIP_Pseudofork::addedcols

    array with pointers to new columns added at this node into the LP

    Definition at line 99 of file struct_tree.h.

    Referenced by pseudoforkAddLP().

    ◆ addedrows

    SCIP_ROW** SCIP_Pseudofork::addedrows

    array with pointers to new rows added at this node into the LP

    Definition at line 100 of file struct_tree.h.

    Referenced by pseudoforkAddLP().

    ◆ naddedcols

    int SCIP_Pseudofork::naddedcols

    number of columns added at this node

    Definition at line 101 of file struct_tree.h.

    Referenced by pseudoforkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().

    ◆ naddedrows

    int SCIP_Pseudofork::naddedrows

    number of rows added at this node

    Definition at line 102 of file struct_tree.h.

    Referenced by pseudoforkAddLP(), treeCheckPath(), and treeUpdatePathLPSize().

    ◆ nchildren

    int SCIP_Pseudofork::nchildren

    number of children of this parent node

    Definition at line 103 of file struct_tree.h.

    Referenced by nodeReleaseParent(), and treeSwitchPath().