Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ BitVecSort
Function
BitVecSort
lean_py/z3/core.py:252–253 ·
view source on GitHub ↗
(n: int)
Source
from the content-addressed store, hash-verified
250
251
252
def
BitVecSort(n: int) -> BitVecSortRef:
253
return
BitVecSortRef(n)
254
255
256
class
ArraySortRef(SortRef):
Callers
15
resolve_sort
Method · 0.90
test_sort_equality
Method · 0.90
test_bv_sort_repr
Method · 0.90
test_expression_sort
Method · 0.90
test_is_sort
Method · 0.90
test_bv_sort_name
Method · 0.90
test_sort_kind_bv
Method · 0.90
test_fp_to_sbv
Method · 0.90
test_fp_to_ubv
Method · 0.90
test_bitvec_var
Method · 0.90
BitVec
Function · 0.85
BitVecVal
Function · 0.85
Calls
1
BitVecSortRef
Class · 0.85
Tested by
9
test_sort_equality
Method · 0.72
test_bv_sort_repr
Method · 0.72
test_expression_sort
Method · 0.72
test_is_sort
Method · 0.72
test_bv_sort_name
Method · 0.72
test_sort_kind_bv
Method · 0.72
test_fp_to_sbv
Method · 0.72
test_fp_to_ubv
Method · 0.72
test_bitvec_var
Method · 0.72