WBO file reader (OPB format with weighted constraints)
Definition in file reader_wbo.c.
Go to the source code of this file.
Macros | |
#define | READER_NAME "wboreader" |
#define | READER_DESC "file reader for pseudoboolean wbo file format" |
#define | READER_EXTENSION "wbo" |
Functions | |
static | SCIP_DECL_READERCOPY (readerCopyWbo) |
static | SCIP_DECL_READERREAD (readerReadWbo) |
static | SCIP_DECL_READERWRITE (readerWriteWbo) |
SCIP_RETCODE | SCIPincludeReaderWbo (SCIP *scip) |
#define READER_NAME "wboreader" |
Definition at line 30 of file reader_wbo.c.
Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeReaderWbo().
#define READER_DESC "file reader for pseudoboolean wbo file format" |
Definition at line 31 of file reader_wbo.c.
Referenced by SCIPincludeReaderWbo().
#define READER_EXTENSION "wbo" |
Definition at line 32 of file reader_wbo.c.
Referenced by SCIPincludeReaderWbo().
|
static |
copy method for reader plugins (called when SCIP copies plugins)
Definition at line 40 of file reader_wbo.c.
References READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderWbo(), and SCIPreaderGetName().
|
static |
problem reading method of reader
Definition at line 55 of file reader_wbo.c.
References SCIP_CALL, SCIP_OKAY, and SCIPreadOpb().
|
static |
problem writing method of reader
Definition at line 66 of file reader_wbo.c.
References SCIP_CALL, SCIP_OKAY, and SCIPwriteOpb().