RLP file reader (LP format with generic variables and row names)
Definition in file reader_rlp.c.
Go to the source code of this file.
Macros | |
#define | READER_NAME "rlpreader" |
#define | READER_DESC "file reader for MIPs in IBM CPLEX's RLP file format" |
#define | READER_EXTENSION "rlp" |
Functions | |
static | SCIP_DECL_READERCOPY (readerCopyRlp) |
static | SCIP_DECL_READERREAD (readerReadRlp) |
static | SCIP_DECL_READERWRITE (readerWriteRlp) |
SCIP_RETCODE | SCIPincludeReaderRlp (SCIP *scip) |
#define READER_NAME "rlpreader" |
Definition at line 28 of file reader_rlp.c.
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeReaderRlp().
#define READER_DESC "file reader for MIPs in IBM CPLEX's RLP file format" |
Definition at line 29 of file reader_rlp.c.
Referenced by SCIPincludeReaderRlp().
#define READER_EXTENSION "rlp" |
Definition at line 30 of file reader_rlp.c.
Referenced by SCIPincludeReaderRlp().
|
static |
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().
|
static |
problem reading method of reader
Definition at line 54 of file reader_rlp.c.
References SCIP_CALL, SCIP_OKAY, and SCIPreadLp().
|
static |
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.