mirror of
https://github.com/AdaCore/cvc5.git
synced 2026-02-12 12:32:16 -08:00
41 lines
1.0 KiB
ReStructuredText
41 lines
1.0 KiB
ReStructuredText
Sets
|
|
============
|
|
|
|
|
|
Basic Set Term Builders
|
|
-------------------------
|
|
|
|
.. autofunction:: cvc5_z3py_compat.SetSort
|
|
.. autofunction:: cvc5_z3py_compat.Set
|
|
.. autofunction:: cvc5_z3py_compat.EmptySet
|
|
.. autofunction:: cvc5_z3py_compat.Singleton
|
|
.. autofunction:: cvc5_z3py_compat.FullSet
|
|
|
|
Set Operators
|
|
-------------------
|
|
|
|
.. autofunction:: cvc5_z3py_compat.SetUnion
|
|
.. autofunction:: cvc5_z3py_compat.SetIntersect
|
|
.. autofunction:: cvc5_z3py_compat.SetAdd
|
|
.. autofunction:: cvc5_z3py_compat.SetDel
|
|
.. autofunction:: cvc5_z3py_compat.SetComplement
|
|
.. autofunction:: cvc5_z3py_compat.SetDifference
|
|
.. autofunction:: cvc5_z3py_compat.SetMinus
|
|
.. autofunction:: cvc5_z3py_compat.IsMember
|
|
.. autofunction:: cvc5_z3py_compat.IsSubset
|
|
|
|
See the following operator overload for set terms:
|
|
|
|
* is member: :py:meth:`cvc5_z3py_compat.SetRef.__getitem__`
|
|
|
|
|
|
Classes (with overloads)
|
|
------------------------
|
|
|
|
.. autoclass:: cvc5_z3py_compat.SetSortRef
|
|
:members:
|
|
:special-members:
|
|
.. autoclass:: cvc5_z3py_compat.SetRef
|
|
:members:
|
|
:special-members:
|