main.cpp File Reference
Detailed Description
Main file for C++ compilation.
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 |
runs the shell
- Parameters
-
argc number of shell parameters argv array with shell parameters defaultsetname name of default settings file
Definition at line 38 of file main.cpp.
References BMScheckEmptyMemory, NULL, SCIP_CALL, SCIP_OKAY, SCIPcreate(), SCIPenableDebugSol(), SCIPfree(), SCIPincludeConshdlrOptcumulative(), SCIPincludeDefaultPlugins(), SCIPincludeHeurListScheduling(), SCIPincludeHeurOptcumulative(), SCIPincludeReaderCmin(), SCIPincludeReaderRcp(), SCIPincludeReaderSch(), SCIPincludeReaderSm(), SCIPprocessShellArguments(), and SCIPsetSolveCumulative().
Referenced by main().
◆ main()
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main method
- Parameters
-
argc number of arguments argv string array with arguments
Definition at line 95 of file main.cpp.
References runShell(), SCIP_OKAY, and SCIPprintError().
