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, Ryan/Foster branching rule. SCIP_RETCODE SCIPincludePricerBinpacking(SCIP *scip) Definition: pricer_binpacking.c:717 SCIP_RETCODE SCIPincludeBranchruleRyanFoster(SCIP *scip) Definition: branch_ryanfoster.c:245 Constraint handler stores the local branching decision data. Binpacking variable pricer. static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname) Definition: cmain.c:40 SCIP_RETCODE SCIPincludeConshdlrSamediff(SCIP *scip) Definition: cons_samediff.c:526 Binpacking problem reader file reader. |