Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ Bools
Function
Bools
lean_py/z3/core.py:1080–1081 ·
view source on GitHub ↗
(names: str)
Source
from the content-addressed store, hash-verified
1078
1079
1080
def
Bools(names: str) -> tuple[BoolRef, ...]:
1081
return
tuple(Bool(n)
for
n in names.split())
1082
1083
1084
def
BitVec(name: str, width: int) -> BitVecRef:
Callers
15
test_bool_variables
Method · 0.90
test_and_or_not
Method · 0.90
test_implies
Method · 0.90
test_demorgan_proof
Method · 0.90
test_demorgan2_proof
Method · 0.90
test_contrapositive_proof
Method · 0.90
test_xor_definition
Method · 0.90
test_bool_biimplication
Method · 0.90
test_modus_ponens
Method · 0.90
test_hypothetical_syllogism
Method · 0.90
test_dependency_chain
Method · 0.90
test_conflict
Method · 0.90
Calls
1
Bool
Function · 0.85
Tested by
15
test_bool_variables
Method · 0.72
test_and_or_not
Method · 0.72
test_implies
Method · 0.72
test_demorgan_proof
Method · 0.72
test_demorgan2_proof
Method · 0.72
test_contrapositive_proof
Method · 0.72
test_xor_definition
Method · 0.72
test_bool_biimplication
Method · 0.72
test_modus_ponens
Method · 0.72
test_hypothetical_syllogism
Method · 0.72
test_dependency_chain
Method · 0.72
test_conflict
Method · 0.72