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

Method test_set_complement

tests/test_z3_compat.py:2016–2020  ·  view source on GitHub ↗

SetComplement creates an array expression.

(self)

Source from the content-addressed store, hash-verified

2014 assert isinstance(i, ExprRef)
2015
2016 def test_set_complement(self):
2017 """SetComplement creates an array expression."""
2018
2019 s = SetComplement(EmptySet(IntSort()))
2020 assert isinstance(s, ExprRef)
2021
2022 def test_set_difference(self):
2023 """SetDifference creates an array expression."""

Callers

nothing calls this directly

Calls 3

SetComplementFunction · 0.90
EmptySetFunction · 0.90
IntSortFunction · 0.90

Tested by

no test coverage detected