All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Queue Struct Reference Detailed Description(circular) Queue data structure Definition at line 45 of file struct_misc.h.
Field Documentation
array of element slots Definition at line 48 of file struct_misc.h. Referenced by queueResize(), SCIPqueueFirst(), SCIPqueueInsert(), and SCIPqueueRemove().
first free slot Definition at line 49 of file struct_misc.h. Referenced by SCIPqueueClear(), SCIPqueueFirst(), SCIPqueueInsert(), SCIPqueueIsEmpty(), SCIPqueueNElems(), and SCIPqueueRemove().
first used slot Definition at line 50 of file struct_misc.h. Referenced by SCIPqueueClear(), SCIPqueueFirst(), SCIPqueueInsert(), SCIPqueueIsEmpty(), SCIPqueueNElems(), and SCIPqueueRemove().
total number of available element slots Definition at line 51 of file struct_misc.h. Referenced by queueResize(), SCIPqueueFirst(), SCIPqueueInsert(), SCIPqueueIsEmpty(), SCIPqueueNElems(), and SCIPqueueRemove(). |