Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test
Function · 0.80
iter
Function · 0.80
Calls
no outgoing calls
Tested by
2
test
Function · 0.64
iter
Function · 0.64