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

Method test_set_difference

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

Source from the content-addressed store, hash-verified

4051 assert isinstance(result, ArrayRef)
4052
4053 def test_set_difference(self):
4054 a = FullSet(IntSort())
4055 b = EmptySet(IntSort())
4056 result = SetDifference(a, b)
4057 assert isinstance(result, ArrayRef)
4058
4059 def test_is_subset(self):
4060 a = EmptySet(IntSort())

Callers

nothing calls this directly

Calls 4

FullSetFunction · 0.90
IntSortFunction · 0.90
EmptySetFunction · 0.90
SetDifferenceFunction · 0.90

Tested by

no test coverage detected