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

Commit 7fac8ca

Browse files
committed
added mincost in readme
1 parent 894d467 commit 7fac8ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
[![codecov.io](http://codecov.io/github/JuliaGraphs/LightGraphsFlows.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/LightGraphsFlows.jl?branch=master)
88

99
Flow algorithms on top of [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl),
10-
including `maximum_flow`, `multiroute_flow`.
10+
including `maximum_flow`, `multiroute_flow` and `mincost_flow`.
1111
See [Maximum flow problem](https://en.wikipedia.org/wiki/Maximum_flow_problem)
1212
for a detailed description of the problem.
1313

1414
## Usage
1515

16-
1716
### Maxflow
1817

1918
```julia

0 commit comments

Comments
 (0)