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
47 /** creates a SCIP instance with default plugins, evaluates command line parameters, runs SCIP appropriately,
127 SCIP_CALL( SCIPsetRealParam(scip, "separating/minortho", 0.4) ); // todo tune > 0.4 best soplex: 0.8
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:2272
dual-ascent and reduction based primal heuristic for Steiner problems
SCIP_RETCODE SCIPincludeBranchruleStp(SCIP *scip)
Definition: branch_stp.c:747
reduction and dual-cost based primal heuristic for Steiner problems
Problem data for stp problem.
Steiner tree problem file reader.
SCIP_RETCODE SCIPsetSubscipsOff(SCIP *scip, SCIP_Bool quiet)
Definition: scip_param.c:899
SCIP_RETCODE SCIPsetRealParam(SCIP *scip, const char *name, SCIP_Real value)
Definition: scip_param.c:619
SCIP command line interface.
stp user interface dialog
Definition: type_retcode.h:33
Improvement heuristic for Steiner problems.
reduction-based primal heuristic for Steiner problems
propagator for Steiner tree problems, using the LP reduced costs
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
Definition: scipdefplugins.c:28
SCIP_RETCODE SCIPStpIncludeHeurAscendPrune(SCIP *scip)
Definition: heur_ascendprune.c:619
SCIP_RETCODE SCIPprocessShellArguments(SCIP *scip, int argc, char **argv, const char *defaultsetname)
Definition: scipshell.c:148
Steiner vertex branching rule.
Primal recombination heuristic for Steiner problems.
static SCIP_RETCODE runShell(int argc, char **argv, const char *defaultsetname)
Definition: cmain.c:51
shortest paths based primal heuristics for Steiner problems
SCIP_RETCODE SCIPStpIncludeHeurSlackPrune(SCIP *scip)
Definition: heur_slackprune.c:1129
SCIP_RETCODE SCIPincludeEventHdlrBestsol(SCIP *scip)
Definition: event_bestsol.c:108
Definition: objbenders.h:33
default SCIP plugins
SCIP_RETCODE SCIPsetIntParam(SCIP *scip, const char *name, int value)
Definition: scip_param.c:503
SCIP callable library.