reader_cip.h File Reference Detailed DescriptionCIP file reader. The CIP format consists of information written by the individual constraints. Thus, the format is defined within the constraint handlers. Please check the code or documentation there. The CIP format is the only format within SCIP that allows to write and read all constraints; all other file formats are restricted to some particular sub-class of constraint integer programs. Definition in file reader_cip.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
includes the cip file reader into SCIP includes the cip file reader in SCIP
Definition at line 1097 of file reader_cip.c. References DEFAULT_CIP_WRITEFIXEDVARS, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPallocMemory, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), and SCIPsetReaderWrite(). Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins(). |