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

Method test_sort_kind_real

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

Source from the content-addressed store, hash-verified

3290 assert IntSort().kind() == 2
3291
3292 def test_sort_kind_real(self):
3293 assert RealSort().kind() == 3
3294
3295 def test_sort_kind_bv(self):
3296 assert BitVecSort(8).kind() == 4

Callers

nothing calls this directly

Calls 2

RealSortFunction · 0.90
kindMethod · 0.45

Tested by

no test coverage detected