src/cppmain.cpp File Reference
Detailed Description
main file for C++ compilation
Definition in file cppmain.cpp.
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
-
argc number of arguments from the shell argv array of shell arguments
Definition at line 29 of file cppmain.cpp.
References SCIP_OKAY, SCIPprintError(), and SCIPrunShell().
