Scippy

    SCIP

    Solving Constraint Integer Programs

    src/cppmain.cpp File Reference

    Detailed Description

    main file for C++ compilation

    Author
    Tobias Achterberg

    Definition in file cppmain.cpp.

    #include <stdio.h>
    #include "scip/scip.h"
    #include "scip/scipshell.h"

    Go to the source code of this file.

    Functions

    int main (int argc, char **argv)
     

    Function Documentation

    ◆ main()

    int main ( int  argc,
    char **  argv 
    )

    main method starting SCIP

    Parameters
    argcnumber of arguments from the shell
    argvarray of shell arguments

    Definition at line 38 of file cppmain.cpp.

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