All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reader_mps.h File Reference Detailed Description(extended) MPS file reader This reader allows to parse and write MPS files with linear and quadratic constraints and objective, special ordered sets of type 1 and 2, indicators on linear constraints, and semicontinuous variables. For writing, linear (general and specialized), indicator, quadratic, second order cone, and special ordered set constraints are supported. See http://en.wikipedia.org/wiki/MPS_%28format%29 for a description. Definition in file reader_mps.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
includes the mps file reader into SCIP includes the mps file reader in SCIP
Definition at line 4657 of file reader_mps.c. References DEFAULT_AGGRLINEARIZATION_ANDS, DEFAULT_LINEARIZE_ANDS, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), SCIPsetReaderWrite(), and TRUE. Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins(). |