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

Method test_is_subset

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

Source from the content-addressed store, hash-verified

4057 assert isinstance(result, ArrayRef)
4058
4059 def test_is_subset(self):
4060 a = EmptySet(IntSort())
4061 b = FullSet(IntSort())
4062 result = IsSubset(a, b)
4063 assert isinstance(result, BoolRef)
4064
4065 def test_set_has_size_raises(self):
4066 s = EmptySet(IntSort())

Callers

nothing calls this directly

Calls 4

EmptySetFunction · 0.90
IntSortFunction · 0.90
FullSetFunction · 0.90
IsSubsetFunction · 0.90

Tested by

no test coverage detected