|
heur_tm.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 57 int* best_result, /**< array indicating whether an arc is part of the solution (CONNECTED/UNKNOWN) */ 63 SCIP_Real* nodepriority, /**< vertex priorities for vertices to be starting points (NULL for no priorities) */ 79 /** prune the (rooted) prize collecting Steiner tree in such a way that all leaves are terminals */ SCIP_RETCODE SCIPheurPrunePCSteinerTree(SCIP *scip, const GRAPH *g, SCIP_Real *cost, int *result, char *connected) Definition: heur_tm.c:197 SCIP_RETCODE SCIPheurPruneSteinerTree(SCIP *scip, const GRAPH *g, SCIP_Real *cost, int layer, int *result, char *connected) Definition: heur_tm.c:381 SCIP_RETCODE SCIPheurPruneDegConsSteinerTree(SCIP *scip, const GRAPH *g, int *result, char *connected) Definition: heur_tm.c:527 SCIP_RETCODE SCIPheurComputeSteinerTree(SCIP *scip, SCIP_HEURDATA *heurdata, const GRAPH *graph, int *starts, int *bestnewstart, int *best_result, int runs, int bestincstart, SCIP_Real *cost, SCIP_Real *costrev, SCIP_Real *hopfactor, SCIP_Real *nodepriority, SCIP_Real maxcost, SCIP_Bool *success) Definition: heur_tm.c:1419 includes various files containing graph methods used for Steiner problems |