fgl-5.5.0.0: Martin Erwig's Functional Graph Library

Safe HaskellSafe-Inferred

Data.Graph.Inductive.Query.MST

Contents

Description

Minimum-Spanning-Tree Algorithms

Synopsis

Documentation

msTreeAt :: (Graph gr, Real b) => Node -> gr a b -> LRTree bSource

msTree :: (Graph gr, Real b) => gr a b -> LRTree bSource

Path in MST

msPath :: Real b => LRTree b -> Node -> Node -> PathSource