SCIP Doxygen Documentation
Loading...
Searching...
No Matches
TreeProfileStats Struct Reference

Detailed Description

statistics collected from profile used for prediction

Definition at line 218 of file event_estim.c.

Data Fields

int maxdepth
int lastfulldepth
int minwaistdepth
int maxwaistdepth

Field Documentation

◆ maxdepth

int TreeProfileStats::maxdepth

maximum node depth encountered

Definition at line 220 of file event_estim.c.

Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().

◆ lastfulldepth

int TreeProfileStats::lastfulldepth

deepest layer for which all nodes have been explored

Definition at line 221 of file event_estim.c.

Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().

◆ minwaistdepth

int TreeProfileStats::minwaistdepth

minimum depth of the waist, i.e. the widest part of the tree

Definition at line 222 of file event_estim.c.

Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().

◆ maxwaistdepth

int TreeProfileStats::maxwaistdepth

maximum depth of the waist, i.e. the widest part of the tree

Definition at line 223 of file event_estim.c.

Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().