cmain.c
Go to the documentation of this file.
21 * This the file contains the \ref main() main function of the projects. This includes all the default plugins of
22 * \SCIP and the once which belong to that projects. After that is starts the interactive shell of \SCIP or processes
36 /** creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately,
SCIP_RETCODE SCIPsetSeparating(SCIP *scip, SCIP_PARAMSETTING paramsetting, SCIP_Bool quiet)
Definition: scip_param.c:1048
Ryan/Foster branching rule.
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:40
Definition: struct_scip.h:58
SCIP_RETCODE SCIPincludePricerBinpacking(SCIP *scip)
Definition: pricer_binpacking.c:716
SCIP_RETCODE SCIPincludeBranchruleRyanFoster(SCIP *scip)
Definition: branch_ryanfoster.c:253
Constraint handler stores the local branching decision data.
Binpacking variable pricer.
SCIP command line interface.
Definition: type_paramset.h:54
Definition: type_retcode.h:33
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:27
SCIP_RETCODE SCIPincludeConshdlrSamediff(SCIP *scip)
Definition: cons_samediff.c:525
SCIP_RETCODE SCIPsetIntParam(SCIP *scip, const char *name, int value)
Definition: scip_param.c:578
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:147
Binpacking problem reader file reader.
Definition: objbenders.h:33
default SCIP plugins
SCIP callable library.