JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

Mincut #11

Closed matbesancon closed 6 years ago

matbesancon commented 6 years ago

Added a mincut API Fixes https://github.com/JuliaGraphs/LightGraphsFlows.jl/issues/10 Any maxflow algorithm can be used to return the mincut

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #11   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           9     10    +1     
  Lines         405    418   +13     
=====================================
+ Hits          405    418   +13
Impacted Files Coverage Δ
src/mincut.jl 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2158d81...151c639. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 151c639520e8f66b903b14db0d8abbd5e4b43805 on mincut into 2158d8166ce931ab8b18182eba680bc1d9c06852 on master.