graph-matchings-0.1.0.0: An implementation of algorithms for matchings in graphs
This package provides algorithms on matchings in graphs; in particular, determining whether a given set of edges is a (maximalmaximum) matching and finding maximalmaximum matchings.
Modules
- Data
- Graph
- Inductive
- Query
- Data.Graph.Inductive.Query.Matchings Provides some functions on matchings in graphs
- Query
- Inductive
- Graph