MCPcopy 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
1339void State::doesApproximation(string &&name, optional<expr> e) {
1340 used_approximations.emplace(std::move(name), std::move(e));
1341}
1342
1343void State::addQuantVar(const expr &var) {
1344 quantified_vars.emplace(var);

Callers 2

fm_poisonFunction · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected