MCPcopy 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
1080def Bools(names: str) -> tuple[BoolRef, ...]:
1081 return tuple(Bool(n) for n in names.split())
1082
1083
1084def BitVec(name: str, width: int) -> BitVecRef:

Callers 15

test_bool_variablesMethod · 0.90
test_and_or_notMethod · 0.90
test_impliesMethod · 0.90
test_demorgan_proofMethod · 0.90
test_demorgan2_proofMethod · 0.90
test_xor_definitionMethod · 0.90
test_modus_ponensMethod · 0.90
test_dependency_chainMethod · 0.90
test_conflictMethod · 0.90

Calls 1

BoolFunction · 0.85

Tested by 15

test_bool_variablesMethod · 0.72
test_and_or_notMethod · 0.72
test_impliesMethod · 0.72
test_demorgan_proofMethod · 0.72
test_demorgan2_proofMethod · 0.72
test_xor_definitionMethod · 0.72
test_modus_ponensMethod · 0.72
test_dependency_chainMethod · 0.72
test_conflictMethod · 0.72