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

Max weighted matching #107

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 8, 2019

  1. implement max weighted bipartite matching with networkx

    Johannes Weytjens committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    7bf7e90 View commit details
    Browse the repository at this point in the history
  2. add test for max weighted matching

    Johannes Weytjens committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    a6c237d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. use Series instead of DataFrame; generalize add_weights function

    Johannes Weytjens committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0024f78 View commit details
    Browse the repository at this point in the history
  2. replace old ConnectedComponents with newer version

    Johannes Weytjens committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    0f57dfd View commit details
    Browse the repository at this point in the history
  3. actually change setup and tox

    Johannes Weytjens committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    470985f View commit details
    Browse the repository at this point in the history