|
Go to the documentation of this file.
23 #ifndef __TCLIQUE_DEF_H__
24 #define __TCLIQUE_DEF_H__
35 #define ALLOC_ABORT(x) do \
39 printf("[%s:%d] No memory in function call\n", __FILE__, __LINE__); \
47 #define ALLOC_FALSE(x) do \
51 printf("[%s:%d] No memory in function call\n", __FILE__, __LINE__); \
61 #define debugMessage printf("[%s:%d] debug: ", __FILE__, __LINE__); printf
62 #define debugPrintf printf
65 #define debugMessage while( FALSE ) printf
66 #define debugPrintf while( FALSE ) printf
71 #define infoMessage printf
75 #define MAX(x,y) ((x) >= (y) ? (x) : (y))
common defines and data types used in all packages of SCIP
|