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.
2 parents 0257651 + fc3cd84 commit 8fe2806Copy full SHA for 8fe2806
src/Advanced.Algorithms/Graph/Flow/FordFulkerson.cs
@@ -47,7 +47,7 @@ public W ComputeMaxFlow(IDiGraph<T> graph,
47
/// <summary>
48
/// Return all flow Paths.
49
/// </summary>
50
- public List<List<T>> ComputeMaxFlowAndReturnFlowPath(WeightedDiGraph<T, W> graph,
+ public List<List<T>> ComputeMaxFlowAndReturnFlowPath(IDiGraph<T> graph,
51
T source, T sink)
52
{
53
validateOperator(graph);
0 commit comments