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

Method test_consts_bool

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

Source from the content-addressed store, hash-verified

2085 assert is_int(z)
2086
2087 def test_consts_bool(self):
2088 a, b = Consts("a b", BoolSort())
2089 assert is_bool(a)
2090 assert is_bool(b)
2091
2092 def test_consts_uninterpreted(self):
2093 S = DeclareSort("S")

Callers

nothing calls this directly

Calls 3

ConstsFunction · 0.90
BoolSortFunction · 0.90
is_boolFunction · 0.90

Tested by

no test coverage detected