reader_rcp.h File Reference
Detailed Description
file reader for "pack" scheduling instances
Definition in file reader_rcp.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeReaderRcp (SCIP *scip) |
Function Documentation
◆ SCIPincludeReaderRcp()
SCIP_RETCODE SCIPincludeReaderRcp | ( | SCIP * | scip | ) |
includes the rcp file reader into SCIP
- Parameters
-
scip SCIP data structure
Definition at line 309 of file reader_rcp.c.
References NULL, READER_DESC, READER_EXTENSION, READER_NAME, readerFreeSch, readerWriteSch, SCIP_CALL, SCIP_OKAY, and SCIPincludeReader().
Referenced by runShell(), and SCIP_DECL_READERCOPY().