MCPcopy Create free account
hub / github.com/cp-algorithms/cp-algorithms / main

Function main

test/test_push_relabel_faster.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "push_relabel_faster.h"
5
6int 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected