MCPcopy Create free account
hub / github.com/atcoder/ac-library / TEST

Function TEST

test/unittest/maxflow_test.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using ull = unsigned long long;
13
14TEST(MaxflowTest, Zero) {
15 mf_graph<int> g1;
16 mf_graph<int> g2(0);
17}
18
19TEST(MaxflowTest, Assign) {
20 mf_graph<int> g;

Callers

nothing calls this directly

Calls 10

randintFunction · 0.85
randpairFunction · 0.85
randboolFunction · 0.85
min_cutMethod · 0.80
change_edgeMethod · 0.80
edge_eqFunction · 0.70
add_edgeMethod · 0.45
flowMethod · 0.45
get_edgeMethod · 0.45
edgesMethod · 0.45

Tested by

no test coverage detected