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

Method test_full_set

tests/test_z3_compat.py:1974–1978  ·  view source on GitHub ↗

FullSet creates an array expression.

(self)

Source from the content-addressed store, hash-verified

1972 assert isinstance(s, ArrayRef)
1973
1974 def test_full_set(self):
1975 """FullSet creates an array expression."""
1976
1977 s = FullSet(IntSort())
1978 assert isinstance(s, ArrayRef)
1979
1980 def test_set_add(self):
1981 """SetAdd adds element to set."""

Callers

nothing calls this directly

Calls 2

FullSetFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected