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

Method test_atmost

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

Source from the content-addressed store, hash-verified

2561
2562class TestPseudoBoolean:
2563 def test_atmost(self):
2564 bs = BoolVector("b", 5)
2565 r = AtMost(bs, 2)
2566 assert isinstance(r, BoolRef)
2567
2568 def test_atleast(self):
2569 bs = BoolVector("b", 5)

Callers

nothing calls this directly

Calls 2

BoolVectorFunction · 0.90
AtMostFunction · 0.90

Tested by

no test coverage detected