Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    AMPL .nl file reader and writer.

    Author
    Stefan Vigerske

    Definition in file reader_nl.h.

    #include "scip/scip.h"

    Go to the source code of this file.

    Functions

    SCIP_RETCODE SCIPincludeReaderNl (SCIP *scip)
     
    SCIP_RETCODE SCIPwriteSolutionNl (SCIP *scip)
     

    Function Documentation

    ◆ SCIPincludeReaderNl()

    SCIP_RETCODE SCIPincludeReaderNl ( SCIP scip)

    includes the .nl file reader into SCIP

    includes the AMPL .nl file reader in SCIP

    Parameters
    scipSCIP data structure

    Definition at line 3223 of file reader_nl.cpp.

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

    Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().

    ◆ SCIPwriteSolutionNl()