reader_cmin.h File Reference
Detailed Description
cmin file reader
Definition in file reader_cmin.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderCmin (SCIP *scip) |
Function Documentation
◆ SCIPincludeReaderCmin()
SCIP_RETCODE SCIPincludeReaderCmin | ( | SCIP * | scip | ) |
includes the cmin file reader into SCIP
includes the cp file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 1381 of file reader_cmin.c.
References DEFAULT_CIP, DEFAULT_DUALREDUCTION, DEFAULT_FILENAME, DEFAULT_INITIAL, DEFAULT_MIP, DEFAULT_RELAXATION, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPaddStringParam(), SCIPincludeReaderBasic(), SCIPsetReaderRead(), and TRUE.
Referenced by runShell().