All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cvc5-cvc5-1.2.0.docs.api.cpp.classes.proof.rst Maven / Gradle / Ivy

The newest version!
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\`

----

.. doxygenclass:: cvc5::Proof
    :project: cvc5
    :members:
    :undoc-members:

----

.. doxygenstruct:: std::hash< cvc5::Proof >
    :project: std
    :members:
    :undoc-members:




© 2015 - 2024 Weber Informatics LLC | Privacy Policy