MCPcopy 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

1void 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_valueMethod · 0.80
setupMethod · 0.80
searchMethod · 0.45

Tested by

no test coverage detected