|
heur_local.h
Go to the documentation of this file.
20 * This file implements three local heuristics, namely vertex insertion, key-path exchange and key-vertex elimination, 25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 50 int* best_result /**< array indicating whether an arc is part of the solution (CONNECTED/UNKNOWN) */ 62 char* stvertex, /**< uninitialized array to indicate whether an edge is part of the Steiner tree */
Definition: grph.h:137 SCIP_RETCODE SCIPheurImproveSteinerTree(SCIP *scip, GRAPH *graph, SCIP_Real *cost, SCIP_Real *costrev, int *best_result) Definition: heur_local.c:282 includes various files containing graph methods used for Steiner problems SCIP_RETCODE extendSteinerTreePcMw(SCIP *scip, const GRAPH *graph, PATH *vnoi, SCIP_Real *costrev, int *vbase, int *stedge, char *stvertex, int *adds) Definition: heur_local.c:1941 |