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

Method test_sort_kind_array

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

Source from the content-addressed store, hash-verified

3296 assert BitVecSort(8).kind() == 4
3297
3298 def test_sort_kind_array(self):
3299 assert ArraySort(IntSort(), IntSort()).kind() == 5
3300
3301 def test_sort_kind_string(self):
3302 assert StringSort().kind() == 7

Callers

nothing calls this directly

Calls 3

ArraySortFunction · 0.90
IntSortFunction · 0.90
kindMethod · 0.45

Tested by

no test coverage detected