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

Function main

test/test_push_relabel.cpp:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "push_relabel.h"
6
7int main() {
8 for (auto fn : flow_networks) {
9 capacity = fn.capacity;
10 n = capacity.size();
11
12 assert(max_flow(fn.source, fn.sink) == fn.maxflow);
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected