mst.h
Go to the documentation of this file.
23 * Note: This file is supposed to (partly) replace graph_path.c in the long run, as it includes the faster implementations.
Definition: graphdefs.h:184
Definition: struct_scip.h:59
Definition: graphdefs.h:301
includes complete graph methods, in particular for MST calculation
includes various files containing graph methods used for Steiner tree problems
struct minimum_spanning_tree MST
Definition: mst.h:40
Definition: graphdefs.h:138
void mst_computeOnMarked(const GRAPH *, const STP_Bool *, int, MST *)
Definition: mst.c:223
void mst_getSoledges(const GRAPH *, const MST *, int *RESTRICT)