Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BasisResearch/lean.py
/ test_atmost_empty
Method
test_atmost_empty
tests/test_z3_ported.py:2588–2590 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2586
assert isinstance(r, BoolRef)
2587
2588
def
test_atmost_empty(self):
2589
r = AtMost([], 0)
2590
assert is_true(r)
2591
2592
def
test_atleast_empty_zero(self):
2593
r = AtLeast([], 0)
Callers
nothing calls this directly
Calls
2
AtMost
Function · 0.90
is_true
Function · 0.90
Tested by
no test coverage detected