Scippy

SCIP

Solving Constraint Integer Programs

SCIP_Bt Struct Reference

Detailed Description

binary search tree data structure

Definition at line 238 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

SCIP_BTNODEroot
 
BMS_BLKMEMblkmem
 

Field Documentation

◆ root

SCIP_BTNODE* SCIP_Bt::root

pointer to the dummy root node; root is left child

Definition at line 240 of file struct_misc.h.

Referenced by SCIPbtGetRoot(), SCIPbtIsEmpty(), and SCIPbtSetRoot().

◆ blkmem

BMS_BLKMEM* SCIP_Bt::blkmem

block memory used to store tree nodes

Definition at line 241 of file struct_misc.h.

Referenced by btnodeCreateEmpty(), and btnodeFreeLeaf().