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

Method test_int2bv

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

Source from the content-addressed store, hash-verified

2249 assert is_int(r)
2250
2251 def test_int2bv(self):
2252 x = Int("x")
2253 r = Int2BV(x, 8)
2254 assert r.size() == 8
2255
2256
2257# ===================================================================

Callers

nothing calls this directly

Calls 3

IntFunction · 0.90
Int2BVFunction · 0.90
sizeMethod · 0.45

Tested by

no test coverage detected