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