All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_reader.h File Reference Detailed Descriptionpublic methods for input file readers Definition in file pub_reader.h. Go to the source code of this file.
Function Documentation
gets user data of reader
Definition at line 445 of file reader.c. References NULL, and SCIP_Reader::readerdata. Referenced by SCIP_DECL_READERCOPY(), SCIP_DECL_READERFREE(), SCIP_DECL_READERREAD(), SCIP_DECL_READERWRITE(), SCIPfindObjReader(), SCIPgetObjReader(), SCIPprintSolReaderFzn(), and SCIPwriteLp().
sets user data of reader; user has to free old data in advance!
Definition at line 455 of file reader.c. References NULL, and SCIP_Reader::readerdata. Referenced by SCIP_DECL_READERFREE().
gets name of reader
Definition at line 510 of file reader.c. References SCIP_Reader::name, and NULL. Referenced by displayReaders(), printProblem(), SCIP_DECL_READERCOPY(), SCIP_DECL_READERFREE(), SCIP_DECL_READERREAD(), SCIP_DECL_READERWRITE(), SCIPincludeDialogDefaultFix(), SCIPincludeDialogDefaultSet(), SCIPreaderCopyInclude(), SCIPreadProb(), and SCIPsetFindReader().
gets description of reader
Definition at line 520 of file reader.c. References SCIP_Reader::desc, and NULL. Referenced by displayReaders(), SCIPincludeDialogDefaultFix(), and SCIPincludeDialogDefaultSet().
gets file extension of reader
Definition at line 530 of file reader.c. References SCIP_Reader::extension, and NULL. Referenced by displayReaders().
return whether the reader can read files
Definition at line 540 of file reader.c. References NULL. Referenced by displayReaders().
return whether the reader can write files
Definition at line 550 of file reader.c. References NULL. Referenced by displayReaders(). |