We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef832fb commit 2b7b8b8Copy full SHA for 2b7b8b8
1 file changed
CHANGELOG.md
@@ -36,7 +36,12 @@ you spot any mistakes.
36
* Fix: Throwing an `UnexpectedValueException` if writing GraphViz Dot script
37
to a temporary file fails and remove its debugging output
38
([#77](https://github.com/clue/graph/issues/77) and [#78](https://github.com/clue/graph/issues/78) @Metabor)
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
45
* BC break: Remove unneeded alias definitions of `getVertexFirst()`,
46
`getVertexSource()` and `getVertexTarget()`
47
[#76]https://github.com/clue/graph/issues/76)):
0 commit comments