| 4 | #include "push_relabel_faster.h" |
| 5 | |
| 6 | int main() { |
| 7 | for (auto fn : flow_networks) { |
| 8 | capacity = fn.capacity; |
| 9 | n = capacity.size(); |
| 10 | |
| 11 | assert(max_flow(fn.source, fn.sink) == fn.maxflow); |
| 12 | } |
| 13 | } |
nothing calls this directly
no outgoing calls
no test coverage detected