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

Method test_set_del

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

Source from the content-addressed store, hash-verified

4029 assert isinstance(s2, ArrayRef)
4030
4031 def test_set_del(self):
4032 s = FullSet(IntSort())
4033 s2 = SetDel(s, IntVal(1))
4034 assert isinstance(s2, ArrayRef)
4035
4036 def test_set_union(self):
4037 a = EmptySet(IntSort())

Callers

nothing calls this directly

Calls 4

FullSetFunction · 0.90
IntSortFunction · 0.90
SetDelFunction · 0.90
IntValFunction · 0.90

Tested by

no test coverage detected