API Reference bitgraph v#0.1.12
Modules
Maximum Matching for bipartite graph (Kuhn algorithm). Implementation mostly follows https://cp-algorithms.com/graph/kuhn_maximum_bipartite_matching.html
Depth-first search. Implementation roughly follows https://cp-algorithms.com/graph/depth-first-search.html