All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed DescriptionWBO file reader (OPB format with weighted constraints) Definition in file reader_wbo.c. Go to the source code of this file.
Macro Definition Documentation
Definition at line 30 of file reader_wbo.c. Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeReaderWbo().
Definition at line 31 of file reader_wbo.c. Referenced by SCIPincludeReaderWbo().
Definition at line 32 of file reader_wbo.c. Referenced by SCIPincludeReaderWbo(). Function Documentation
copy method for reader plugins (called when SCIP copies plugins) Definition at line 40 of file reader_wbo.c. References NULL, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderWbo(), and SCIPreaderGetName().
problem reading method of reader Definition at line 55 of file reader_wbo.c. References SCIP_CALL, SCIP_OKAY, and SCIPreadOpb().
problem writing method of reader Definition at line 66 of file reader_wbo.c. References SCIP_CALL, SCIP_OKAY, and SCIPwriteOpb().
includes the wbo file reader in SCIP
Definition at line 80 of file reader_wbo.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(). |