reader_scflp.h File Reference
Detailed Description
SCFLP problem reader file reader.
This file implements the reader/parser used to read the CAP input data and builds the SCFLP instance. For more details see Parsing the input format.
Definition in file reader_scflp.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderScflp (SCIP *scip) |
Function Documentation
◆ SCIPincludeReaderScflp()
SCIP_RETCODE SCIPincludeReaderScflp | ( | SCIP * | scip | ) |
includes the scflp file reader into SCIP
includes the scflp file reader in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 475 of file reader_scflp.c.
References DEFAULT_NUMSCENARIOS, DEFAULT_QUADCOSTS, DEFAULT_RANDOMSEED, DEFAULT_USEBENDERS, FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, readerdataCreate(), SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPaddIntParam(), SCIPincludeReaderBasic(), SCIPsetReaderFree(), and SCIPsetReaderRead().
Referenced by runShell().