Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

correcting mincut #32

Merged
merged 3 commits into from
Feb 7, 2020
Merged

correcting mincut #32

merged 3 commits into from
Feb 7, 2020

Conversation

etiennedeg
Copy link
Member

Fixes :

#27

@codecov
Copy link

codecov bot commented Sep 19, 2019

Codecov Report

Merging #32 into master will increase coverage by 32.6%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   65.65%   98.25%   +32.6%     
==========================================
  Files          10       10              
  Lines         428      287     -141     
==========================================
+ Hits          281      282       +1     
+ Misses        147        5     -142
Impacted Files Coverage Δ
src/mincut.jl 100% <100%> (+7.69%) ⬆️
src/maximum_flow.jl 75% <0%> (+6.81%) ⬆️
src/multiroute_flow.jl 100% <0%> (+9.52%) ⬆️
src/ext_multiroute_flow.jl 100% <0%> (+20%) ⬆️
src/kishimoto.jl 100% <0%> (+22.22%) ⬆️
src/boykov_kolmogorov.jl 100% <0%> (+31.7%) ⬆️
src/edmonds_karp.jl 100% <0%> (+36.5%) ⬆️
src/dinic.jl 100% <0%> (+43.18%) ⬆️
src/mincost.jl 100% <0%> (+50%) ⬆️
src/push_relabel.jl 100% <0%> (+55.93%) ⬆️

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 016dfd5...b0d1846. Read the comment docs.

@matbesancon
Copy link
Member

Could you add a test corresponding to the bug observed in #27 ?

@coveralls
Copy link

Coverage Status

Coverage increased (+32.6%) to 98.258% when pulling b0d1846 on etienneINSA:mincut into 016dfd5 on JuliaGraphs:master.

@matbesancon matbesancon merged commit 1f75bdb into JuliaGraphs:master Feb 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants