MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / iter

Function iter

code/graph/bipartite_mvc.test.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15 bipartite_graph g(n,m);
16 iter(it,es) {
17 g.add_edge(it->first, it->second);
18 }
19 int sz = g.maximum_matching();
20 vector<int> res = mvc_bipartite(g);
21 set<int> cover;

Callers 1

testFunction · 0.70

Calls 1

add_edgeMethod · 0.45

Tested by

no test coverage detected