Copyright | © 2012 Stefan Klinger <http://stefan-klinger.de/> |
---|---|
License | GNU AGPL 3 <http://www.gnu.org/licenses/agpl-3.0.html> |
Maintainer | http://stefan-klinger.de |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell98 |
Find a maximum cardinality matching on a bipartite graph, using an augmenting path algorithm. More efficient than using MaxFlow from FGL with constant weight and additional source and sink nodes. But not as good as Hopcroft–Karp would be.