Skip to content

Commit 2b7b8b8

Browse files
committed
Add fixes in Algorithm\MinimumCostFlow to CHANGELOG
1 parent ef832fb commit 2b7b8b8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ you spot any mistakes.
3636
* Fix: Throwing an `UnexpectedValueException` if writing GraphViz Dot script
3737
to a temporary file fails and remove its debugging output
3838
([#77](https://github.com/clue/graph/issues/77) and [#78](https://github.com/clue/graph/issues/78) @Metabor)
39-
39+
40+
* Fix: The `Algorithm\MinimumCostFlow` algorithms now work again. The reference
41+
to a non-existant class has been updated. Also fixed several issues with
42+
regards to special cases such as disconnected or undirected graphs.
43+
([#74](https://github.com/clue/graph/issues/74)
44+
4045
* BC break: Remove unneeded alias definitions of `getVertexFirst()`,
4146
`getVertexSource()` and `getVertexTarget()`
4247
[#76]https://github.com/clue/graph/issues/76)):

0 commit comments

Comments
 (0)