Skip to content

bipartite cardinality matching#57

Open
Wikunia wants to merge 5 commits intoJuliaGraphs:masterfrom
Wikunia:feature-bipartite-cardinality-matching
Open

bipartite cardinality matching#57
Wikunia wants to merge 5 commits intoJuliaGraphs:masterfrom
Wikunia:feature-bipartite-cardinality-matching

Conversation

@Wikunia
Copy link
Copy Markdown
Contributor

@Wikunia Wikunia commented Nov 13, 2019

Maybe can be faster with an implementation of the Hopcroft Karp algorithm but read that this is normally not faster than the basic BFS implementation.
If this looks good I'll of course add it to the README.

Additionally:

  • There is probably a faster implementation for unsorted ei
  • Needs implementation for a sparse matrix as bipartite matching has it
  • Remove the m <= n constraint

@dgleich
Copy link
Copy Markdown
Contributor

dgleich commented Nov 16, 2019

I'm behind on things, but we'll take a look at this soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants