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 a5b6516 commit a72809eCopy full SHA for a72809e
src/push_relabel.jl
@@ -16,7 +16,7 @@ function push_relabel end
16
) where {T}
17
18
n = lg.nv(residual_graph)
19
- flow_matrix = zeros(T, n, n)
+ flow_matrix = spzeros(T, n, n)
20
21
height = zeros(Int, n)
22
height[source] = n
0 commit comments