|
prop_stp.c File Reference Detailed Descriptionpropagator for Steiner tree problems, using the LP reduced costs This propagator makes use of the reduced cost of an optimally solved LP relaxation to propagate the variables Definition in file prop_stp.c. Go to the source code of this file.
Macro Definition Documentation
maximal number of rounds to wait until propagating again Definition at line 51 of file prop_stp.c. Referenced by SCIP_DECL_PROPEXEC().
should propagation method be delayed, if other propagators found reductions? Definition at line 42 of file prop_stp.c. Referenced by SCIPincludePropStp().
Definition at line 38 of file prop_stp.c. Referenced by SCIPincludePropStp().
Definition at line 37 of file prop_stp.c. Referenced by SCIP_DECL_PROPCOPY(), and SCIPincludePropStp().
Definition at line 39 of file prop_stp.c. Referenced by SCIPincludePropStp(). Function Documentation
fix a variable (corresponding to an edge) to zero
Definition at line 76 of file prop_stp.c. Referenced by hcrcbound_reduce(), and SCIP_DECL_PROPEXEC().
copy method for propagator plugins (called when SCIP copies plugins) Definition at line 100 of file prop_stp.c. References PROP_NAME, and SCIPincludePropStp().
reduced cost propagation method for an LP solution Definition at line 133 of file prop_stp.c. References DEFAULT_MAXNWAITINGROUNDS, shortest_path::dist, EAT_LAST, GRAPH::edges, FARAWAY, fixedgevar(), flipedge, GRAPH::grad, graph_path_execX(), GRAPH::head, Is_term, GRAPH::knots, GRAPH::mark, GRAPH::oeat, GRAPH::outbeg, GRAPH::path_heap, GRAPH::path_state, SCIPprobdataGetGraph(), SCIPprobdataGetVars(), GRAPH::source, STP_MAX_NODE_WEIGHT, STP_PRIZE_COLLECTING, STP_ROOTED_PRIZE_COLLECTING, GRAPH::stp_type, GRAPH::term, and voronoi_terms().
destructor of propagator to free user data (called when SCIP is exiting) Definition at line 115 of file prop_stp.c.
creates the stp propagator and includes it in SCIP
Definition at line 342 of file prop_stp.c. References PROP_DELAY, PROP_DESC, PROP_FREQ, PROP_NAME, PROP_PRIORITY, and PROP_TIMING. Referenced by runShell(), and SCIP_DECL_PROPCOPY(). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||