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 34b8a97 commit fc3cd84Copy full SHA for fc3cd84
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