Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ addNonDetVar
Method
addNonDetVar
ir/state.cpp:1347–1349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1345
}
1346
1347
void State::addNonDetVar(const expr &var) {
1348
nondet_vars.emplace(var);
1349
}
1350
1351
expr State::getFreshNondetVar(const char *prefix, const expr &type) {
1352
expr var = expr::mkFreshVar(prefix, type);
Callers
1
fromFloat
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected