struct_reader.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
41 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:36
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:55
SCIP_DECL_READERFREE((*readerfree))