Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ del
Method
del
smt/exprs.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void AndExpr::del(const AndExpr &other) {
45
for (auto &e : other.exprs)
46
exprs.erase(e);
47
}
48
49
expr AndExpr::propagate(const AndExpr &other) const {
50
vector<expr> ret;
Callers
1
check_refinement
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected