cmain.c
Go to the documentation of this file.
29 * This the file contains the \ref main() main function of the projects. This includes all the default plugins of
30 * \SCIP and the once which belong to that projects. After that is starts the interactive shell of \SCIP or processes
44 /** creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately,
72 /* activating the trysol heuristic so that solutions checked by the Benders' decomposition subproblems are added to
constraint handler for Benders' decomposition
Definition: struct_scip.h:68
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:48
SCIP command line interface.
SCFLP problem reader file reader.
Definition: type_retcode.h:42
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:37
SCIP_RETCODE SCIPsetIntParam(SCIP *scip, const char *name, int value)
Definition: scip_param.c:487
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:243
constraint handler for benderslp decomposition
default Benders' decomposition plugin
Definition: objbenders.h:43
default SCIP plugins
SCIP callable library.