Scippy

SCIP

Solving Constraint Integer Programs

TreeProfileStats Struct Reference

Detailed Description

statistics collected from profile used for prediction

Definition at line 210 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 212 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 213 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 214 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 215 of file event_estim.c.

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