Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ RealSort
Function
RealSort
lean_py/z3/core.py:230–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
229
230
def
RealSort() -> ArithSortRef:
231
return
ArithSortRef(RealASTSort())
232
233
234
def
DeclareSort(name: str) -> UninterpretedSortRef:
Callers
15
resolve_sort
Method · 0.90
test_sort_repr
Method · 0.90
test_expression_sort
Method · 0.90
test_domain
Method · 0.90
test_three_arg_function
Method · 0.90
test_real_sort_name
Method · 0.90
test_sort_kind_real
Method · 0.90
test_tuple_constructor_call
Method · 0.90
test_triple_sort
Method · 0.90
test_eq_different_sort
Method · 0.90
test_toreal
Method · 0.90
__init__
Method · 0.85
Calls
2
RealASTSort
Class · 0.90
ArithSortRef
Class · 0.85
Tested by
10
test_sort_repr
Method · 0.72
test_expression_sort
Method · 0.72
test_domain
Method · 0.72
test_three_arg_function
Method · 0.72
test_real_sort_name
Method · 0.72
test_sort_kind_real
Method · 0.72
test_tuple_constructor_call
Method · 0.72
test_triple_sort
Method · 0.72
test_eq_different_sort
Method · 0.72
test_toreal
Method · 0.72