MCPcopy 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
1784expr expr::sgt(const expr &rhs) const {
1785 return !sle(rhs);
1786}
1787
1788expr expr::ule(uint64_t rhs) const {
1789 return ule(mkUInt(rhs, *this));

Callers 2

toSMTMethod · 0.80
toSMTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected