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

Method test_sort_kind_bv

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

Source from the content-addressed store, hash-verified

3293 assert RealSort().kind() == 3
3294
3295 def test_sort_kind_bv(self):
3296 assert BitVecSort(8).kind() == 4
3297
3298 def test_sort_kind_array(self):
3299 assert ArraySort(IntSort(), IntSort()).kind() == 5

Callers

nothing calls this directly

Calls 2

BitVecSortFunction · 0.90
kindMethod · 0.45

Tested by

no test coverage detected