Skip to content

Enumerate all maximum matchings in bipartite graph in Python

Notifications You must be signed in to change notification settings

Xunius/bipartite_matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

bipartite_matching

Enumerate all maximum matchings in a bipartite graph in Python

Contains functions to enumerate all perfect and maximum matchings in bipartited graph.

Implemented following the algorithms in the paper "Algorithms for Enumerating All Perfect, Maximum and Maximal Matchings in Bipartite Graphs" by Takeaki Uno, using numpy and networkx modules of python.

NOTICE: optimization needed and use with care, improvement is greatly welcomed.

Dependencies:

  • Python
  • networkx
  • numpy

About

Enumerate all maximum matchings in bipartite graph in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages