SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
src/cppmain.cpp File Reference
#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().