Skip to content

charliermarsh/graph-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph-matching

An implementation of the 'Matching with our Eyes Closed' algorithm (based on and named after this paper) for generating a randomized matching for a non-bipartite graph in an online manner.

As the algorithm is randomized, the matchings produced are not guaranteed to be optimal, but rather, have expected size of at least 0.56 of the largest possible.

Graphical evidence is provided using the NetworkX and Matplotlib packages.

About

An implementation of the 'Matching with our Eyes Closed' algorithm for generating a randomized matching for a non-bipartite graph in an online manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages