Scippy

    SCIP

    Solving Constraint Integer Programs

    main.cpp File Reference

    Detailed Description

    Main file for C++ compilation.

    Author
    Stefan Heinz

    Definition in file main.cpp.

    #include "scip/scip.h"
    #include "scip/scipdefplugins.h"
    #include "scip/scipshell.h"
    #include "cons_optcumulative.h"
    #include "heur_optcumulative.h"
    #include "heur_listscheduling.h"
    #include "reader_cmin.h"
    #include "reader_sch.h"
    #include "reader_sm.h"
    #include "reader_rcp.h"

    Go to the source code of this file.

    Functions

    static SCIP_RETCODE runShell (int argc, char **argv, const char *defaultsetname)
     
    int main (int argc, char **argv)
     

    Function Documentation

    ◆ runShell()

    static SCIP_RETCODE runShell ( int  argc,
    char **  argv,
    const char *  defaultsetname 
    )
    static

    ◆ main()

    int main ( int  argc,
    char **  argv 
    )

    main method

    Parameters
    argcnumber of arguments
    argvstring array with arguments

    Definition at line 104 of file main.cpp.

    References runShell(), SCIP_OKAY, and SCIPprintError().