Go to the source code of this file.
#define OPEN_WRITE_ERROR |
( |
|
x | ) |
|
Value:{ \
"ERROR: Could not open file %s for writing!\n", x ); \
exit(1); \
}
typedef void(COINLINKAGE_CB *clp_callback)(Clp_Simplex *model
typedef for user call back.
Definition at line 20 of file spp_macros.h.
#define OPEN_READ_ERROR |
( |
|
x | ) |
|
Value:{ \
"ERROR: Could not open file %s for reading!\n", x ); \
exit(1); \
}
typedef void(COINLINKAGE_CB *clp_callback)(Clp_Simplex *model
typedef for user call back.
Definition at line 27 of file spp_macros.h.
Value:{ \
"pp_read_input : Problem while reading input file\n"); \
exit(1); \
}
typedef void(COINLINKAGE_CB *clp_callback)(Clp_Simplex *model
typedef for user call back.
Definition at line 34 of file spp_macros.h.