Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ addQuantVar
Method
addQuantVar
ir/state.cpp:1343–1345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1341
}
1342
1343
void State::addQuantVar(const expr &var) {
1344
quantified_vars.emplace(var);
1345
}
1346
1347
void State::addNonDetVar(const expr &var) {
1348
nondet_vars.emplace(var);
Callers
5
pad
Function · 0.80
hasStored
Method · 0.80
mkLocalDisjAddrAxioms
Method · 0.80
alloc
Method · 0.80
checkNocapture
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected