objreader.h File Reference Detailed DescriptionC++ wrapper for file readers and writers. Definition in file objreader.h. Go to the source code of this file.
Function Documentation
creates the file reader for the given file reader object and includes it in SCIP The method should be called in one of the following ways:
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(), and scip::ObjReader::SCIP_DECL_READERWRITE().
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(). Referenced by scip::ObjReader::SCIP_DECL_READERWRITE().
returns the reader object for the given file reader
Definition at line 190 of file objreader.cpp. References NULL, and SCIPreaderGetData(). Referenced by scip::ObjReader::SCIP_DECL_READERWRITE(). |