Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ FullSet
Function
FullSet
lean_py/z3/core.py:3617–3619 ·
view source on GitHub ↗
Full set — constant array of True.
(s: SortRef)
Source
from the content-addressed store, hash-verified
3615
3616
3617
def
FullSet(s: SortRef) -> ArrayRef:
3618
""
"Full set — constant array of True."
""
3619
return
K(s, BoolVal(True))
3620
3621
3622
def
IsMember(e: ExprRef, s: ArrayRef) -> BoolRef:
Callers
7
test_full_set
Method · 0.90
test_set_del
Method · 0.90
test_set_intersect
Method · 0.90
test_set_difference
Method · 0.90
test_is_subset
Method · 0.90
test_full_set
Method · 0.90
Full
Function · 0.85
Calls
2
K
Function · 0.85
BoolVal
Function · 0.85
Tested by
6
test_full_set
Method · 0.72
test_set_del
Method · 0.72
test_set_intersect
Method · 0.72
test_set_difference
Method · 0.72
test_is_subset
Method · 0.72
test_full_set
Method · 0.72