summaryrefslogtreecommitdiff
path: root/docs/api/python/regular/kind.rst
blob: b4be797e007acb448c17de7d497f943c2617a539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Kind
================

Every :py:class:`Term <pycvc5.Term>` has a kind which represents its type, for
example whether it is an equality (:py:obj:`Equal <pycvc5.Kind.Equal>`), a
conjunction (:py:obj:`And <pycvc5.Kind.And>`), or a bit-vector addtion
(:py:obj:`BVAdd <pycvc5.Kind.BVAdd>`).
The kinds below directly correspond to the enum values of the C++ :cpp:enum:`Kind <cvc5::api::Kind>` enum.

.. autoclass:: pycvc5.Kind
    :members:
    :undoc-members:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback