Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maximum matching algorithms #25

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from

Conversation

rkilar
Copy link

@rkilar rkilar commented May 13, 2024

The algorithm implementations are mostly final. The code for data structures has to probably be split into different files and cleaned up a bit. Should they be moved to the structures directory or remain in matching since most are kind of specific to the algorithms? So far the implemented algorithms for maximum weight matching are Edmonds n^4, Gabow n^3, Galil/Micali/Gabow nm*logn and Gabow n^(3/4)m logN. There's also an implementation for Micali-Vazirani maximum cardinality matching algorithm that's needed for the Gabow scaling algorithm.

@rkilar rkilar marked this pull request as draft May 13, 2024 18:55
@krzysztof-turowski krzysztof-turowski added the algorithms New feature or request label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithms New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants