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

Method sle

smt/expr.cpp:1761–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1759}
1760
1761expr expr::sle(const expr &rhs) const {
1762 if (eq(rhs) || rhs.isSMax())
1763 return true;
1764
1765 return binop_fold(rhs, Z3_mk_bvsle);
1766}
1767
1768expr expr::slt(const expr &rhs) const {
1769 C();

Callers 7

toSMTMethod · 0.80
toSMTMethod · 0.80
toSMTMethod · 0.80
sadd_satMethod · 0.80
ssub_satMethod · 0.80
sltMethod · 0.80
sgeMethod · 0.80

Calls 1

isSMaxMethod · 0.80

Tested by

no test coverage detected