All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed DescriptionRLP file reader (LP format with generic variables and row names) Definition in file reader_rlp.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 28 of file reader_rlp.c. Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeReaderRlp().
Definition at line 29 of file reader_rlp.c. Referenced by SCIPincludeReaderRlp().
Definition at line 30 of file reader_rlp.c. Referenced by SCIPincludeReaderRlp(). Function Documentation
copy method for reader plugins (called when SCIP copies plugins) Definition at line 39 of file reader_rlp.c. References NULL, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderRlp(), and SCIPreaderGetName().
problem reading method of reader Definition at line 54 of file reader_rlp.c. References SCIP_CALL, SCIP_OKAY, and SCIPreadLp().
problem writing method of reader Definition at line 65 of file reader_rlp.c. References SCIP_CALL, SCIP_OKAY, SCIP_SUCCESS, SCIPprintOrigProblem(), SCIPprintTransProblem(), SCIPwarningMessage(), SCIPwriteLp(), and TRUE.
includes the rlp file reader in SCIP
Definition at line 97 of file reader_rlp.c. References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderRead(), and SCIPsetReaderWrite(). Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins(). |