Scippy

    SCIP

    Solving Constraint Integer Programs

    TreeData Struct Reference

    Detailed Description

    Definition at line 305 of file event_estim.c.

    Data Fields

    SCIP_Longint nnodes
     
    SCIP_Longint nopen
     
    SCIP_Longint ninner
     
    SCIP_Longint nleaves
     
    SCIP_Longint nvisited
     
    long double weight
     
    SUBTREESUMGAPssg
     

    Field Documentation

    ◆ nnodes

    SCIP_Longint TreeData::nnodes

    the total number of nodes

    Definition at line 307 of file event_estim.c.

    Referenced by getEnsembleEstimation(), printReport(), resetTreeData(), timeSeriesEstimate(), and updateTreeData().

    ◆ nopen

    SCIP_Longint TreeData::nopen

    the current number of open nodes

    Definition at line 308 of file event_estim.c.

    Referenced by DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), and updateTreeData().

    ◆ ninner

    SCIP_Longint TreeData::ninner

    the number of inner nodes

    Definition at line 309 of file event_estim.c.

    Referenced by printReport(), resetTreeData(), and updateTreeData().

    ◆ nleaves

    SCIP_Longint TreeData::nleaves

    the number of final leaf nodes

    Definition at line 310 of file event_estim.c.

    Referenced by DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), treeDataGetWbe(), and updateTreeData().

    ◆ nvisited

    SCIP_Longint TreeData::nvisited

    the number of visited nodes

    Definition at line 311 of file event_estim.c.

    Referenced by DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), timeSeriesEstimate(), and updateTreeData().

    ◆ weight

    long double TreeData::weight

    ◆ ssg

    SUBTREESUMGAP* TreeData::ssg

    subtree sum gap data structure

    Definition at line 313 of file event_estim.c.

    Referenced by DECL_TIMESERIESUPDATE(), getSearchCompletion(), resetTreeData(), and updateTreeData().