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