Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ test
Function
test
code/graph/bipartite_matching.test.cpp:88–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
void test() {
89
test_1();
90
int TESTS = 1000, MAX_N = 50, MAX_M = 50;
91
for(int i = 0; i < TESTS; ++i) {
92
test_rand(rng() % MAX_N, rng() % MAX_M);
93
}
94
}
95
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
nothing calls this directly
Calls
2
test_1
Function · 0.70
test_rand
Function · 0.70
Tested by
no test coverage detected