heur_slackprune.h
Go to the documentation of this file.
21 * This file implements a dual-ascent and reduction based heuristic for Steiner problems. It is based on an approach
26 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
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
SCIP_RETCODE SCIPStpHeurSlackPruneRun(SCIP *scip, SCIP_VAR **vars, GRAPH *g, int *soledge, SCIP_Bool *success, SCIP_Bool initialreduce, SCIP_Bool fullreduce)
Definition: heur_slackprune.c:532
SCIP_RETCODE SCIPStpIncludeHeurSlackPrune(SCIP *scip)
Definition: heur_slackprune.c:730
Definition: objbenders.h:33
SCIP callable library.