jaredbeck / graph_matching

Finds maximum matchings in undirected graphs.
MIT License
43 stars 16 forks source link

Fix weighted graph not working with Numerics other than integers and floats #7

Closed BenjaminSchaaf closed 5 years ago

BenjaminSchaaf commented 5 years ago

Fixes #6

jaredbeck commented 5 years ago

Thanks Benjamin

BenjaminSchaaf commented 5 years ago

No worries, thank you very much for making this: Its saved me so much time! It would be great to have a new release of this gem with this fix (no rush from me though). If you're interested, I'm using the Maximum Weighted Matching for finding the best pairings of teams in a swiss tournament system.

jaredbeck commented 5 years ago

No worries, thank you very much for making this: Its saved me so much time! It would be great to have a new release of this gem with this fix (no rush from me though).

Will do.

If you're interested, I'm using the Maximum Weighted Matching for finding the best pairings of teams in a swiss tournament system.

Awesome! That's exactly what I wrote it for, for baduk tournaments, but I never wrote the pairing software.

jaredbeck commented 5 years ago

Released as 0.2.0

BenjaminSchaaf commented 5 years ago

Awesome, thank you very much :)

jaredbeck commented 5 years ago

.. I'm using the Maximum Weighted Matching for finding the best pairings of teams in a swiss tournament system.

What kind of tournament is it for?

BenjaminSchaaf commented 5 years ago

Its for the Australian Team Fortress 2 league "ozfortress" (https://warzone.ozfortress.com), its all open source here: https://github.com/ozfortress/citadel