MCPcopy 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
1780expr expr::sge(const expr &rhs) const {
1781 return rhs.sle(*this);
1782}
1783
1784expr expr::sgt(const expr &rhs) const {
1785 return !sle(rhs);

Callers 6

toSMTMethod · 0.80
at_least_same_offsetingFunction · 0.80
toSMTMethod · 0.80
toSMTMethod · 0.80
sadd_satMethod · 0.80
ssub_satMethod · 0.80

Calls 1

sleMethod · 0.80

Tested by

no test coverage detected