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
52 /** creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately,
Steiner tree relaxator.
stp variable pricer
eventhdlr for best solution found
Definition: struct_scip.h:59
Constraint handler for Steiner problems.
SCIP_RETCODE SCIPStpIncludeHeurLocal(SCIP *scip)
Definition: heur_local.c:4353
dual-ascent and reduction based primal heuristic for Steiner problems
SCIP_RETCODE SCIPincludeBranchruleStp(SCIP *scip)
Definition: branch_stp.c:1129
reduction and dual-cost based primal heuristic for Steiner problems
Problem data for stp problem.
Steiner tree problem file reader.
Components constraint handler for Steiner problems.
SCIP_RETCODE SCIPincludeRelaxStpenum(SCIP *scip)
Definition: relax_stpenum.c:296
SCIP command line interface.
stp user interface dialog
Steiner tree enumeration relaxator.
Definition: type_retcode.h:33
SCIP_RETCODE SCIPStpIncludeHeurLurkPrune(SCIP *scip)
Definition: heur_lurkprune.c:792
Improvement heuristic for Steiner problems.
reduction-based primal heuristic for Steiner problems
propagator for Steiner tree problems, using the LP reduced costs
SCIP_RETCODE SCIPprobdataSetDefaultParams(SCIP *scip)
Definition: probdata_stp.c:2645
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:28
SCIP_RETCODE SCIPStpIncludeHeurAscendPrune(SCIP *scip)
Definition: heur_ascendprune.c:1015
Steiner tree problem file reader.
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:217
Steiner vertex branching rule.
Primal recombination heuristic for Steiner problems.
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:56
shortest paths based primal heuristics for Steiner problems
reduction based primal heuristic for Steiner problems
SCIP_RETCODE SCIPStpIncludeHeurSlackPrune(SCIP *scip)
Definition: heur_slackprune.c:730
SCIP_RETCODE SCIPincludeEventHdlrBestsol(SCIP *scip)
Definition: event_bestsol.c:108
Definition: objbenders.h:33
default SCIP plugins
Steiner tree dynamic programming relaxator.
SCIP_RETCODE SCIPincludeConshdlrStpcomponents(SCIP *scip)
Definition: cons_stpcomponents.c:706
SCIP callable library.