Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ test
Function
test
code/other/algorithm_x.test.cpp:1–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
void test() {
2
exact_cover ec(4, 3);
3
ec.set_value(0, 0);
4
ec.set_value(0, 1);
5
ec.set_value(1, 0);
6
ec.set_value(2, 1);
7
ec.set_value(3, 2);
8
ec.setup();
9
ec.search();
10
}
11
// vim: cc=60 ts=2 sts=2 sw=2:
Callers
nothing calls this directly
Calls
3
set_value
Method · 0.80
setup
Method · 0.80
search
Method · 0.45
Tested by
no test coverage detected