JuliaGraphs / LightGraphsFlows.jl

Flow algorithms on LightGraphs
Other
36 stars 11 forks source link

mincost_flow #2

Closed matbesancon closed 6 years ago

matbesancon commented 6 years ago

Finding the feasible flow respecting capacity and minimum demand constraints, while minimizing the flow cost. Uses JuMP to solve the corresponding LP

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling df032e983f2177a6636f0fc09981ded6030a5895 on mincost into 1856a5bd281b7f1eedc726ef0e1ac9bf4b90fdfc on master.

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #2   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      9    +1     
  Lines         379    397   +18     
=====================================
+ Hits          379    397   +18
Impacted Files Coverage Δ
src/mincost.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 1856a5b...df032e9. Read the comment docs.

sbromberger commented 6 years ago

Hey @mbesancon - do you have merge privileges in this repo? If not, let me know and I'll see if I can change that.

matbesancon commented 6 years ago

yes I seem to have them, I just want to finish the docs PR before adding min_cost

sbromberger commented 6 years ago

Oh, ok. I just didn't want to have you waiting to merge stuff in your own repo!!