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

Method get_value

code/other/dpll.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 if (!assume(cl[head[i]])) return false;
54 return bt(); }
55 bool get_value(int x) { return val[IDX(x)]; } };
56// vim: cc=60 ts=2 sts=2 sw=2:

Callers 2

testFunction · 0.80
iterFunction · 0.80

Calls

no outgoing calls

Tested by 2

testFunction · 0.64
iterFunction · 0.64