Scippy

SCIP

Solving Constraint Integer Programs

SCIP_QUEUEELEMENT Union Reference

Detailed Description

Definition at line 45 of file struct_misc.h.

#include <struct_misc.h>

Data Fields

void * ptr
 
unsigned int uinteger
 

Field Documentation

◆ ptr

void* SCIP_QUEUEELEMENT::ptr

pointer element

Definition at line 46 of file struct_misc.h.

Referenced by SCIPqueueFirst(), SCIPqueueInsert(), and SCIPqueueRemove().

◆ uinteger

unsigned int SCIP_QUEUEELEMENT::uinteger

unsigned integer element

Definition at line 47 of file struct_misc.h.

Referenced by SCIPqueueFirstUInt(), SCIPqueueInsertUInt(), and SCIPqueueRemoveUInt().