We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe30213 commit 05b9e55Copy full SHA for 05b9e55
1 file changed
docs/src/network.md
@@ -12,6 +12,17 @@ OperationsResearchModels.solve(t::ShortestPathProblem)
12
OperationsResearchModels.solve(t::MaximumFlowProblem)
13
```
14
15
+## Minimum Cost Flow
16
+
17
+```@docs
18
+OperationsResearchModels.solve(t::MinimumCostFlowProblem)
19
+```
20
21
22
23
+OperationsResearchModels.solve(t::MinimumCostFlowProblem, flow::Float64)
24
25
26
## Minimum Spanning Tree
27
28
```@docs
0 commit comments