All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
type_misc.h File Reference Detailed Descriptiontype definitions for miscellaneous datastructures Definition in file type_misc.h. #include "scip/def.h" Go to the source code of this file.
Macro Definition Documentation
compares two element indices result: < 0: ind1 comes before (is better than) ind2 = 0: both indices have the same value
Definition at line 114 of file type_misc.h.
compares two data element pointers result: < 0: elem1 comes before (is better than) elem2 = 0: both elements have the same value
Definition at line 122 of file type_misc.h.
gets the key of the given element Definition at line 125 of file type_misc.h.
returns TRUE iff both keys are equal Definition at line 128 of file type_misc.h.
returns the hash value of the key Definition at line 131 of file type_misc.h. Typedef Documentation
Sparse solution data structure Definition at line 37 of file type_misc.h.
(circular) Queue data structure Definition at line 43 of file type_misc.h.
Priority queue data structure Definition at line 49 of file type_misc.h.
Hash table element list to store single elements of a hash table Definition at line 58 of file type_misc.h.
Hash map element list to store single mappings of a hash map Definition at line 67 of file type_misc.h.
dynamic array for storing SCIP_Real values Definition at line 70 of file type_misc.h.
dynamic array for storing int values Definition at line 73 of file type_misc.h.
dynamic array for storing SCIP_Bool values Definition at line 76 of file type_misc.h.
dynamic array for storing pointers Definition at line 79 of file type_misc.h.
Resource activity data structure Definition at line 85 of file type_misc.h.
Resource profile data structure Definition at line 91 of file type_misc.h.
Directed graph data structure (stored as adjacency list) Definition at line 97 of file type_misc.h. Binary tree data structure Definition at line 103 of file type_misc.h.
search node of binary tree Definition at line 106 of file type_misc.h. |