JuliaGraphs / LightGraphsExtras.jl

Additional functionality for LightGraphs.jl
Other
21 stars 13 forks source link

Blossom algorithm for matching #16

Closed CarloLucibello closed 7 years ago

CarloLucibello commented 7 years ago

so that now we can match also non-bipartite graphs, yay! Ref #14

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #16 into master will not change coverage

@@           master   #16   diff @@
===================================
  Files          12    14     +2   
  Lines         179   207    +28   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits          179   207    +28   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update d3ab0fa...3f534f5

CarloLucibello commented 7 years ago

I'm merging this tomorrow if there aren't any objections

sbromberger commented 7 years ago

Looks good to me from a style/integration standpoint. I can't speak to functionality.

sbromberger commented 7 years ago

@CarloLucibello if it passes your functionality tests, feel free to merge (also close out #14). Thanks!

CarloLucibello commented 7 years ago

let's go then!