Files
cvc5/docs/api/python/base/proofrule.rst
Hans-Jörg 0a35879fc1 Make Proof Rule enum a part of the API (#9925)
This pull requests makes the enum that lists all proof rules a part of the API.

It also renames the enum from PfRule to ProofRule. It also renames some unrelated types and function names that share the PfRule name (such as DslPfRule).
This rename unfortunately touches many files since PfRule is not an uncommon type. (second to last commit)
2023-09-27 00:58:03 +00:00

7 lines
85 B
ReStructuredText

ProofRule
=========
.. autoclass:: cvc5.ProofRule
:members:
:undoc-members: