fgl-5.6.0.0: Martin Erwig's Functional Graph Library
Data.Graph.Inductive.Query.Indep
Description
Maximum Independent Node Sets
Synopsis
indep :: DynGraph gr => gr a b -> [Node] Source #
Calculate the maximum independent node set of the specified graph.
indepSize :: DynGraph gr => gr a b -> ([Node], Int) Source #
The maximum independent node set along with its size.