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