Scippy

SCIP

Solving Constraint Integer Programs

reader_rcp.h File Reference

Detailed Description

file reader for "pack" scheduling instances

Author
Stefan Heinz

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
scipSCIP data structure

Definition at line 300 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().