jaredbeck / graph_matching

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

Gem not published #2

Closed oggy closed 9 years ago

oggy commented 9 years ago

I could do so myself of course, but thought I'd give you the honors. :)

Thanks for the lib!

jaredbeck commented 9 years ago

Sorry, just noticed this. I want to publish a gem, but I'm still finalizing the API. I suppose I could do a pre-1.0 release if that would be helpful.

jaredbeck commented 9 years ago

I pushed a 0.0.1 release.

https://rubygems.org/gems/graph_matching

Enjoy! Thanks for trying it out.