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

Method test_set_intersect

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

Source from the content-addressed store, hash-verified

4040 assert isinstance(result, ArrayRef)
4041
4042 def test_set_intersect(self):
4043 a = EmptySet(IntSort())
4044 b = FullSet(IntSort())
4045 result = SetIntersect(a, b)
4046 assert isinstance(result, ArrayRef)
4047
4048 def test_set_complement(self):
4049 s = EmptySet(IntSort())

Callers

nothing calls this directly

Calls 4

EmptySetFunction · 0.90
IntSortFunction · 0.90
FullSetFunction · 0.90
SetIntersectFunction · 0.90

Tested by

no test coverage detected