MCPcopy 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
44void AndExpr::del(const AndExpr &other) {
45 for (auto &e : other.exprs)
46 exprs.erase(e);
47}
48
49expr AndExpr::propagate(const AndExpr &other) const {
50 vector<expr> ret;

Callers 1

check_refinementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected