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

Method isSMin

smt/expr.cpp:435–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435bool expr::isSMin() const {
436 return eq(IntSMin(bits()));
437}
438
439bool expr::isSMax() const {
440 return eq(IntSMax(bits()));

Callers 1

sltMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected