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

Method notImplies

smt/expr.cpp:1716–1720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714}
1715
1716expr expr::notImplies(const expr &rhs) const {
1717 if (eq(rhs))
1718 return false;
1719 return *this && !rhs;
1720}
1721
1722expr expr::ule(const expr &rhs) const {
1723 if (eq(rhs) || isZero() || rhs.isAllOnes())

Callers 2

check_refinementFunction · 0.80
isImpliedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected