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

Method test_num_patterns

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

Source from the content-addressed store, hash-verified

3614 assert q.skolem_id() == ""
3615
3616 def test_num_patterns(self):
3617 x = Int("x")
3618 q = ForAll([x], x > 0)
3619 assert q.num_patterns() == 0
3620
3621 def test_pattern_raises(self):
3622 x = Int("x")

Callers

nothing calls this directly

Calls 3

IntFunction · 0.90
ForAllFunction · 0.90
num_patternsMethod · 0.80

Tested by

no test coverage detected