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

Method test_set_union

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

Source from the content-addressed store, hash-verified

4034 assert isinstance(s2, ArrayRef)
4035
4036 def test_set_union(self):
4037 a = EmptySet(IntSort())
4038 b = EmptySet(IntSort())
4039 result = SetUnion(a, b)
4040 assert isinstance(result, ArrayRef)
4041
4042 def test_set_intersect(self):
4043 a = EmptySet(IntSort())

Callers

nothing calls this directly

Calls 3

EmptySetFunction · 0.90
IntSortFunction · 0.90
SetUnionFunction · 0.90

Tested by

no test coverage detected