MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / isSMax

Method isSMax

smt/expr.cpp:439–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439bool expr::isSMax() const {
440 return eq(IntSMax(bits()));
441}
442
443expr expr::isNegative() const {
444 return sign() == 1;

Callers 1

sleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected