heur_rec.h
Go to the documentation of this file.
25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
61 /** heuristic to exclude vertices or edges from a given solution (and inserting other edges) to improve objective */
Definition: graphdefs.h:184
Definition: struct_scip.h:59
Definition: struct_var.h:198
includes various files containing graph methods used for Steiner tree problems
Definition: struct_heur.h:88
includes solution pool for Steiner tree problems
SCIP_RETCODE SCIPStpHeurRecExclude(SCIP *scip, const GRAPH *graph, const int *result, int *newresult, int *dnodemap, STP_Bool *stvertex, SCIP_Bool *success)
Definition: heur_rec.c:1649
SCIP_RETCODE SCIPStpHeurRecRun(SCIP *scip, STPSOLPOOL *pool, SCIP_HEUR *heur, SCIP_HEURDATA *heurdata, const GRAPH *graph, SCIP_VAR **vars, int *newsolindex, int runs, int nsols, SCIP_Bool restrictheur, SCIP_Bool *solfound)
Definition: heur_rec.c:1455
Definition: solpool.h:46
Definition: objbenders.h:33
SCIP callable library.