MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / dinic.py

File dinic.py

graphs/dinic.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1INF = float("inf")
2
3
4class Dinic:

Callers

nothing calls this directly

Calls 3

DinicClass · 0.85
max_flowMethod · 0.80
add_edgeMethod · 0.45

Tested by

no test coverage detected