Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1761
expr 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
1768
expr expr::slt(const expr &rhs) const {
1769
C();
Callers
7
toSMT
Method · 0.80
toSMT
Method · 0.80
toSMT
Method · 0.80
sadd_sat
Method · 0.80
ssub_sat
Method · 0.80
slt
Method · 0.80
sge
Method · 0.80
Calls
1
isSMax
Method · 0.80
Tested by
no test coverage detected