All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objreader.cpp File Reference Detailed DescriptionC++ wrapper for file readers. Definition in file objreader.cpp. Go to the source code of this file.
Function Documentation
copy method for reader plugins (called when SCIP copies plugins) Definition at line 53 of file objreader.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeObjReader(), SCIPreaderGetData(), and TRUE.
destructor of file reader to free user data (called when SCIP is exiting) Definition at line 78 of file objreader.cpp. References NULL, SCIP_CALL, SCIP_OKAY, SCIPreaderGetData(), and SCIPreaderSetData().
problem reading method of reader Definition at line 104 of file objreader.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPreaderGetData().
problem writing method of reader Definition at line 122 of file objreader.cpp. References NULL, SCIP_CALL, SCIP_OKAY, and SCIPreaderGetData().
creates the file reader for the given file reader object and includes it in SCIP
Definition at line 146 of file objreader.cpp. References NULL, SCIP_CALL, scip::ObjReader::scip_desc_, scip::ObjReader::scip_extension_, scip::ObjReader::scip_name_, SCIP_OKAY, and SCIPincludeReader(). Referenced by SCIP_DECL_READERCOPY().
returns the reader object of the given name, or 0 if not existing
Definition at line 171 of file objreader.cpp. References NULL, SCIPfindReader(), and SCIPreaderGetData().
returns the reader object for the given file reader
Definition at line 190 of file objreader.cpp. References NULL, and SCIPreaderGetData(). |