Scippy

SCIP

Solving Constraint Integer Programs

tclique_def.h File Reference

Detailed Description

tclique defines

Author
Tobias Achterberg

Definition in file tclique_def.h.

Go to the source code of this file.

Macros

#define ALLOC_ABORT(x)
 
#define ALLOC_FALSE(x)
 
#define debug(x)
 
#define debugMessage   while( FALSE ) printf
 
#define debugPrintf   while( FALSE ) printf
 
#define infoMessage   printf
 
#define MAX(x, y)   ((x) >= (y) ? (x) : (y))
 

Macro Definition Documentation

#define ALLOC_ABORT (   x)
Value:
do \
{ \
if( NULL == (x) ) \
{ \
printf("[%s:%d] No memory in function call\n", __FILE__, __LINE__); \
abort(); \
} \
} \
while( FALSE )
#define NULL
Definition: lpi_spx.cpp:129
#define FALSE
Definition: def.h:52

Definition at line 35 of file tclique_def.h.

#define ALLOC_FALSE (   x)
Value:
do \
{ \
if( NULL == (x) ) \
{ \
printf("[%s:%d] No memory in function call\n", __FILE__, __LINE__); \
return FALSE; \
} \
} \
while( FALSE )
#define NULL
Definition: lpi_spx.cpp:129
#define FALSE
Definition: def.h:52

Definition at line 47 of file tclique_def.h.

#define debug (   x)

Definition at line 64 of file tclique_def.h.

#define debugMessage   while( FALSE ) printf

Definition at line 65 of file tclique_def.h.

#define debugPrintf   while( FALSE ) printf

Definition at line 66 of file tclique_def.h.

#define infoMessage   printf

Definition at line 71 of file tclique_def.h.

#define MAX (   x,
 
)    ((x) >= (y) ? (x) : (y))

Definition at line 75 of file tclique_def.h.

Referenced by evalMax().