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

Method test_set_complement

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

Source from the content-addressed store, hash-verified

4046 assert isinstance(result, ArrayRef)
4047
4048 def test_set_complement(self):
4049 s = EmptySet(IntSort())
4050 result = SetComplement(s)
4051 assert isinstance(result, ArrayRef)
4052
4053 def test_set_difference(self):
4054 a = FullSet(IntSort())

Callers

nothing calls this directly

Calls 3

EmptySetFunction · 0.90
IntSortFunction · 0.90
SetComplementFunction · 0.90

Tested by

no test coverage detected