Skip to content

Commit 05b9e55

Browse files
committed
add docs for minimum cost flow
1 parent fe30213 commit 05b9e55

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/src/network.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ OperationsResearchModels.solve(t::ShortestPathProblem)
1212
OperationsResearchModels.solve(t::MaximumFlowProblem)
1313
```
1414

15+
## Minimum Cost Flow
16+
17+
```@docs
18+
OperationsResearchModels.solve(t::MinimumCostFlowProblem)
19+
```
20+
21+
22+
```@docs
23+
OperationsResearchModels.solve(t::MinimumCostFlowProblem, flow::Float64)
24+
```
25+
1526
## Minimum Spanning Tree
1627

1728
```@docs

0 commit comments

Comments
 (0)