struct_reader.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 40 SCIP_DECL_READERCOPY ((*readercopy)); /**< copy method of reader or NULL if you don't want to copy your plugin into sub-SCIPs */ Definition: struct_reader.h:35 SCIP_DECL_READERCOPY((*readercopy)) SCIP_DECL_READERREAD((*readerread)) type definitions for input file readers SCIP_DECL_READERWRITE((*readerwrite)) common defines and data types used in all packages of SCIP Definition: struct_clock.h:54 SCIP_DECL_READERFREE((*readerfree)) |