Scippy

SCIP

Solving Constraint Integer Programs

SCIP_HashMap Struct Reference

Detailed Description

hash map data structure to map pointers on pointers

Definition at line 101 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

BMS_BLKMEMblkmem
 
SCIP_HASHMAPLIST ** lists
 
int nlists
 

Field Documentation

BMS_BLKMEM* SCIP_HashMap::blkmem

block memory used to store hash map entries

Definition at line 103 of file struct_misc.h.

Referenced by SCIPhashmapInsert(), SCIPhashmapRemove(), SCIPhashmapRemoveAll(), and SCIPhashmapSetImage().