Dinic algorithm seems to have an unnecessary variable
iensen opened this issue · 1 comments
iensen commented
ac-library/atcoder/maxflow.hpp
Line 71 in 08ac6c1
Why do you need the "iter" variable in maxflow.hpp? It seems it is only initialized to 0 and never changed.
yosupo06 commented
ac-library/atcoder/maxflow.hpp
Line 94 in 08ac6c1
We are using iter
in this line