24 #ifndef __SCIP_TYPE_MISC_H__
25 #define __SCIP_TYPE_MISC_H__
114 #define SCIP_DECL_SORTINDCOMP(x) int x (void* dataptr, int ind1, int ind2)
122 #define SCIP_DECL_SORTPTRCOMP(x) int x (void* elem1, void* elem2)
125 #define SCIP_DECL_HASHGETKEY(x) void* x (void* userptr, void* elem)
128 #define SCIP_DECL_HASHKEYEQ(x) SCIP_Bool x (void* userptr, void* key1, void* key2)
131 #define SCIP_DECL_HASHKEYVAL(x) unsigned int x (void* userptr, void* key)
struct SCIP_PQueue SCIP_PQUEUE
struct SCIP_Digraph SCIP_DIGRAPH
struct SCIP_HashMap SCIP_HASHMAP
struct SCIP_ResourceActivity SCIP_RESOURCEACTIVITY
struct SCIP_IntArray SCIP_INTARRAY
struct SCIP_HashTable SCIP_HASHTABLE
struct SCIP_BtNode SCIP_BTNODE
struct SCIP_PtrArray SCIP_PTRARRAY
struct SCIP_Queue SCIP_QUEUE
struct SCIP_HashTableList SCIP_HASHTABLELIST
struct SCIP_SparseSol SCIP_SPARSESOL
struct SCIP_HashMapList SCIP_HASHMAPLIST
struct SCIP_RealArray SCIP_REALARRAY
struct SCIP_Profile SCIP_PROFILE
struct SCIP_BoolArray SCIP_BOOLARRAY
common defines and data types used in all packages of SCIP