/home/coin/svn-release/OptimizationSuite-1.1.0/SYMPHONY/Applications/SPP+CUTS/include/spp_macros.h File Reference

Go to the source code of this file.

Defines

#define OPEN_WRITE_ERROR(x)
#define OPEN_READ_ERROR(x)
#define IO_ERROR

Define Documentation

#define OPEN_WRITE_ERROR (  ) 
Value:
{ \
     (void) fprintf(stderr, \
                    "ERROR: Could not open file %s for writing!\n", x ); \
     exit(1); \
}

Definition at line 20 of file spp_macros.h.

#define OPEN_READ_ERROR (  ) 
Value:
{ \
     (void) fprintf(stderr, \
                    "ERROR: Could not open file %s for reading!\n", x ); \
     exit(1); \
}

Definition at line 27 of file spp_macros.h.

#define IO_ERROR
Value:
{ \
     (void) fprintf(stderr, \
                    "pp_read_input : Problem while reading input file\n"); \
     exit(1); \
}

Definition at line 34 of file spp_macros.h.


Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1