All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reader_osil.h File Reference Detailed DescriptionOS instance language (OSiL) format file reader. This reader allows to parse OSiL files with linear and nonlinear constraints and objective. Writing is not implemented yet. The OSiL format is an XML based format to represent a broad class of mathematical programming instances, see http://www.coin-or.org/OS/OSiL.html . Definition in file reader_osil.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
includes the osil file reader into SCIP includes the osil file reader in SCIP
Definition at line 2531 of file reader_osil.c. References NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead(). Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins(). |