The computational complexity of Dinic is O(V^2E), and when E is proportional to V, V=10000, it seems that it cannot be solved, but it is considered "faster in reality", and in fact it is fast, then how fast is it?
Dinic method and its time complexity - Misawamemo
If the edge capacity is constant $O(\min { E^{1/2}, V^{2/3} } E)$ PDF
This page is auto-translated from /nishio/Dinicの速さ using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.