Detailed Description
Definition at line 299 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 |
Field Documentation
◆ nnodes
| SCIP_Longint TreeData::nnodes |
the total number of nodes
Definition at line 301 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 302 of file event_estim.c.
Referenced by printReport(), resetTreeData(), and updateTreeData().
◆ ninner
| SCIP_Longint TreeData::ninner |
the number of inner nodes
Definition at line 303 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 304 of file event_estim.c.
Referenced by printReport(), resetTreeData(), and updateTreeData().
◆ nvisited
| SCIP_Longint TreeData::nvisited |
the number of visited nodes
Definition at line 305 of file event_estim.c.
Referenced by DECL_TIMESERIESUPDATE(), printReport(), resetTreeData(), timeSeriesEstimate(), and updateTreeData().
◆ weight
| long double TreeData::weight |
the current tree weight (sum of leaf weights)
Definition at line 306 of file event_estim.c.
Referenced by getEnsembleEstimation(), getSearchCompletion(), printReport(), resetTreeData(), and updateTreeData().
◆ ssg
| SUBTREESUMGAP* TreeData::ssg |
subtree sum gap data structure
Definition at line 307 of file event_estim.c.
Referenced by getSearchCompletion(), resetTreeData(), and updateTreeData().
