Scippy

    SCIP

    Solving Constraint Integer Programs

    reader_sch.h File Reference

    Detailed Description

    scheduling problem file reader for RCPSP/max format

    Author
    Stefan Heinz

    This reader is capabale of parsing resource-constrained project scheduling problem with minimal and maximal time lags (RCPSP/max) instances. The <a http://www.wior.uni-karlsruhe.de/LS_Neumann/Forschung/ProGenMax/rcpspmax.html">PSPlib provides several instances set.

    Definition in file reader_sch.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeReaderSch (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeReaderSch()

    SCIP_RETCODE SCIPincludeReaderSch ( SCIP scip)

    includes the sch file reader into SCIP

    includes the sch file reader in SCIP

    Parameters
    scipSCIP data structure

    Definition at line 409 of file reader_sch.c.

    References FALSE, NULL, READER_DESC, READER_EXTENSION, READER_NAME, SCIP_CALL, SCIP_OKAY, SCIPaddBoolParam(), SCIPincludeReaderBasic(), SCIPsetReaderCopy(), and SCIPsetReaderRead().

    Referenced by runShell(), and SCIP_DECL_READERCOPY().