Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ doesApproximation
Method
doesApproximation
ir/state.cpp:1339–1341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1337
}
1338
1339
void State::doesApproximation(string &&name, optional<expr> e) {
1340
used_approximations.emplace(std::move(name), std::move(e));
1341
}
1342
1343
void State::addQuantVar(const expr &var) {
1344
quantified_vars.emplace(var);
Callers
2
fm_poison
Function · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected