Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ sge
Method
sge
smt/expr.cpp:1780–1782 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1778
}
1779
1780
expr expr::sge(const expr &rhs) const {
1781
return rhs.sle(*this);
1782
}
1783
1784
expr expr::sgt(const expr &rhs) const {
1785
return !sle(rhs);
Callers
6
toSMT
Method · 0.80
at_least_same_offseting
Function · 0.80
toSMT
Method · 0.80
toSMT
Method · 0.80
sadd_sat
Method · 0.80
ssub_sat
Method · 0.80
Calls
1
sle
Method · 0.80
Tested by
no test coverage detected