Main file for C compilation.
Definition in file cmain.c.
#include "scip/scip.h"#include "scip/scipdefplugins.h"#include "scip/scipshell.h"#include "relax_nlp.h"#include "relax_lp.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) |
|
static |
runs the shell
| argc | number of shell parameters |
| argv | array with shell parameters |
| defaultsetname | name of default settings file |
Definition at line 33 of file cmain.c.
References BMScheckEmptyMemory, SCIP_CALL, SCIP_OKAY, SCIPcreate(), SCIPfree(), SCIPincludeDefaultPlugins(), SCIPincludeRelaxLp(), SCIPincludeRelaxNlp(), and SCIPprocessShellArguments().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main method
| argc | number of arguments |
| argv | string array with arguments |
Definition at line 73 of file cmain.c.
References runShell(), SCIP_OKAY, and SCIPprintError().