Scippy

SCIP

Solving Constraint Integer Programs

SCIP_HashMapList Struct Reference

Detailed Description

element list to store single mappings of a hash map

Definition at line 93 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

void * origin
 
void * image
 
SCIP_HASHMAPLISTnext
 

Field Documentation

void* SCIP_HashMapList::origin

origin of the mapping origin -> image

Definition at line 95 of file struct_misc.h.

Referenced by hashmaplistAppend(), hashmaplistFind(), and SCIPhashmapListGetOrigin().

void* SCIP_HashMapList::image

image of the mapping origin -> image

Definition at line 96 of file struct_misc.h.

Referenced by hashmaplistAppend(), hashmaplistGetImage(), hashmaplistSetImage(), and SCIPhashmapListGetImage().