Data.Graph.Inductive.Query.MST
Contents
Description
Minimum-Spanning-Tree Algorithms
msTreeAt :: (Graph gr, Real b) => Node -> gr a b -> LRTree b Source #
msTree :: (Graph gr, Real b) => gr a b -> LRTree b Source #
msPath :: LRTree b -> Node -> Node -> Path Source #
type LRTree a = [LPath a] Source #