MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_add_no_underflow

Method test_add_no_underflow

tests/test_z3_ported.py:2521–2524  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2519 assert isinstance(r, BoolRef)
2520
2521 def test_add_no_underflow(self):
2522 x, y = BitVecs("x y", 8)
2523 r = BVAddNoUnderflow(x, y)
2524 assert isinstance(r, BoolRef)
2525
2526 def test_sub_no_overflow(self):
2527 x, y = BitVecs("x y", 8)

Callers

nothing calls this directly

Calls 2

BitVecsFunction · 0.90
BVAddNoUnderflowFunction · 0.90

Tested by

no test coverage detected