MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / contains

Method contains

smt/exprs.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59bool AndExpr::contains(const expr &e) const {
60 return exprs.count(e);
61}
62
63expr AndExpr::operator()() const {
64 return expr::mk_and(exprs);

Callers 2

isImpliedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected