SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
SCIP_HASHMAPIMAGE Union Reference

Detailed Description

Definition at line 123 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

voidptr
 
int integer
 
SCIP_Real real
 

Field Documentation

◆ ptr

void* SCIP_HASHMAPIMAGE::ptr

pointer image

Definition at line 124 of file struct_misc.h.

Referenced by SCIPhashmapGetImage().

◆ integer

int SCIP_HASHMAPIMAGE::integer

integer image

Definition at line 125 of file struct_misc.h.

Referenced by SCIPhashmapGetImageInt().

◆ real

SCIP_Real SCIP_HASHMAPIMAGE::real

real image

Definition at line 126 of file struct_misc.h.

Referenced by SCIPhashmapGetImageReal().