Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AliveToolkit/alive2
/ sgt
Method
sgt
smt/expr.cpp:1784–1786 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1782
}
1783
1784
expr expr::sgt(const expr &rhs) const {
1785
return !sle(rhs);
1786
}
1787
1788
expr expr::ule(uint64_t rhs) const {
1789
return ule(mkUInt(rhs, *this));
Callers
2
toSMT
Method · 0.80
toSMT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected