All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Reader Struct Reference Detailed Descriptioninput file reader Definition at line 35 of file struct_reader.h.
Member Function Documentation
copy method of reader or NULL if you don't want to copy your plugin into sub-SCIPs
destructor of reader
read method
write method Field Documentation
description of reader Definition at line 38 of file struct_reader.h. Referenced by SCIPreaderGetDesc().
file extension that reader processes Definition at line 39 of file struct_reader.h. Referenced by readerIsApplicable(), and SCIPreaderGetExtension().
reader data Definition at line 44 of file struct_reader.h. Referenced by SCIPreaderGetData(), and SCIPreaderSetData().
time used for reading of this reader Definition at line 45 of file struct_reader.h. Referenced by SCIPreaderGetReadingTime(), SCIPreaderRead(), and SCIPreaderResetReadingTime(). |