Skip to content

A solver implementation for enumerating all perfect, maximum and maximal matchings in bipartite graphs

Notifications You must be signed in to change notification settings

charlesxuuu/EnumMatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EnumMatching

A solver implementation for enumerating all perfect, maximum and maximal matchings in bipartite graphs

May 2015

For a bipartite graph G = (V, E), (1) perfect, (2) maximum and (3) maximal matchings are matchings (1) such that all vertices are incident to some matching edges, (2) whose cardinalities are maximum among all matchings, (3) which are contained in no other matching. In this project, two algorithms for enumerating these three types of matchings are implemented using Java.

Reference: Algorithms for Enumerating All Perfect, Maximum and Maximal Matchings in Bipartite Graphs
Author: Takeaki Uno
URL: http://dl.acm.org/citation.cfm?id=686418

About

A solver implementation for enumerating all perfect, maximum and maximal matchings in bipartite graphs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages