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

Method test_intersect

tests/test_z3_compat.py:1486–1490  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1484 assert isinstance(r, ExprRef)
1485
1486 def test_intersect(self):
1487 a = Re(StringVal("a"))
1488 b = Re(StringVal("b"))
1489 r = Intersect(a, b)
1490 assert isinstance(r, ExprRef)
1491
1492 def test_complement(self):
1493 r = Complement(Re(StringVal("a")))

Callers

nothing calls this directly

Calls 3

ReFunction · 0.90
StringValFunction · 0.90
IntersectFunction · 0.90

Tested by

no test coverage detected