cmain.c
Go to the documentation of this file.
20 * This the file contains the \ref main() main function of the projects. This includes all the default plugins of
21 * \SCIP and the ones which belong to that projects. After that is starts the interactive shell of \SCIP or processes
34 #define DEFAULT_TEXFILENAME "" /**< filename for tex output for the best found solution (\"\": disable) */
36 /** creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately,
Definition: struct_scip.h:59
SCIP command line interface.
Definition: type_paramset.h:54
Definition: type_retcode.h:33
SCIP_RETCODE SCIPaddStringParam(SCIP *scip, const char *name, const char *desc, char **valueptr, SCIP_Bool isadvanced, const char *defaultvalue, SCIP_DECL_PARAMCHGD((*paramchgd)), SCIP_PARAMDATA *paramdata)
Definition: scip_param.c:185
constraint handler for ringpacking
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:28
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:40
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:148
Ringpacking variable pricer.
Definition: objbenders.h:33
default SCIP plugins
SCIP_RETCODE SCIPsetIntParam(SCIP *scip, const char *name, int value)
Definition: scip_param.c:503
SCIP_RETCODE SCIPsetSeparating(SCIP *scip, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
Definition: scip_param.c:974
SCIP callable library.