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
default Benders' decomposition plugin
constraint handler for Benders' decomposition
constraint handler for benderslp decomposition
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:48
SCIP_RETCODE SCIPsetIntParam(SCIP *scip, const char *name, int value)
Definition: scip_param.c:487
Definition: objbenders.h:44
SCFLP problem reader file reader.
SCIP callable library.
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:37
default SCIP plugins
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:273
SCIP command line interface.
Definition: struct_scip.h:70