type_reader.h
Go to the documentation of this file.
27 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
76 * If the reader detected an error in the input file, it should return with RETCODE SCIP_READERROR or SCIP_NOFILE.
78 #define SCIP_DECL_READERREAD(x) SCIP_RETCODE x (SCIP* scip, SCIP_READER* reader, const char* filename, SCIP_RESULT* result)
115 * If the reader detected an error while writing the output file, it should return with RETCODE SCIP_WRITEERROR
Definition: struct_reader.h:36
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
type definitions for problem variables
result codes for SCIP callback methods
common defines and data types used in all packages of SCIP
type definitions for constraints and constraint handlers