Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_cube_empty
Method
test_cube_empty
tests/test_z3_ported.py:4524–4526 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
4522
Solver.from_string(
"(assert true)"
)
4523
4524
def
test_cube_empty(self):
4525
s = Solver()
4526
assert s.cube() == []
4527
4528
def
test_consequences(self):
4529
s = Solver()
Callers
nothing calls this directly
Calls
2
cube
Method · 0.95
Solver
Class · 0.90
Tested by
no test coverage detected