All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reader_wbo.h File Reference Detailed DescriptionWBO file reader (LP format with generic variables and row names) This file reader parses the wbo format by using the opb reader. For a detailed description of this format see http://www.cril.univ-artois.fr/PB10/format.pdf . Definition in file reader_wbo.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
includes the wbo file reader into SCIP 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(). |