MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / test_atleast_empty_zero

Method test_atleast_empty_zero

tests/test_z3_ported.py:2592–2594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2590 assert is_true(r)
2591
2592 def test_atleast_empty_zero(self):
2593 r = AtLeast([], 0)
2594 assert is_true(r)
2595
2596 def test_atmost_unsat(self, kernel):
2597 """AtMost 0 true out of all-true is unsat."""

Callers

nothing calls this directly

Calls 2

AtLeastFunction · 0.90
is_trueFunction · 0.90

Tested by

no test coverage detected