1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Proof
=====
This class encapsulates a cvc5 proof object, which can be retrieved via
function :cpp:func:`cvc5::Solver::getProof()` after a
:cpp:func:`cvc5::Solver::checkSat()` query returns an `unsat` result.
----
- class :cpp:class:`cvc5::Proof`
- :cpp:func:`cvc5::Solver::proofToString()`
- :cpp:struct:`std::hash\<cvc5::Term>`
----
.. doxygenclass:: cvc5::Proof
:project: cvc5
:members:
:undoc-members:
----
.. doxygenstruct:: std::hash< cvc5::Proof >
:project: std
:members:
:undoc-members:
|