Definition at line 304 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 |
SUBTREESUMGAP * | ssg |
SCIP_Longint TreeData::nnodes |
the total number of nodes
Definition at line 306 of file event_estim.c.
Referenced by getEnsembleEstimation(), printReport(), resetTreeData(), timeSeriesEstimate(), and updateTreeData().
SCIP_Longint TreeData::nopen |
the current number of open nodes
Definition at line 307 of file event_estim.c.
Referenced by DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), and updateTreeData().
SCIP_Longint TreeData::ninner |
the number of inner nodes
Definition at line 308 of file event_estim.c.
Referenced by printReport(), resetTreeData(), and updateTreeData().
SCIP_Longint TreeData::nleaves |
the number of final leaf nodes
Definition at line 309 of file event_estim.c.
Referenced by DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), treeDataGetWbe(), and updateTreeData().
SCIP_Longint TreeData::nvisited |
the number of visited nodes
Definition at line 310 of file event_estim.c.
Referenced by DECL_TIMESERIESUPDATE(), DECL_TIMESERIESUPDATE(), DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), timeSeriesEstimate(), and updateTreeData().
long double TreeData::weight |
the current tree weight (sum of leaf weights)
Definition at line 311 of file event_estim.c.
Referenced by DECL_TIMESERIESUPDATE(), getEnsembleEstimation(), getSearchCompletion(), printReport(), resetTreeData(), SCIP_DECL_DISPOUTPUT(), SCIP_DECL_EVENTEXEC(), treeDataGetWbe(), and updateTreeData().
SUBTREESUMGAP* TreeData::ssg |
subtree sum gap data structure
Definition at line 312 of file event_estim.c.
Referenced by DECL_TIMESERIESUPDATE(), getSearchCompletion(), resetTreeData(), and updateTreeData().