This removes the separate documentation for the `UnknownExplanation` enum, as it is already included in the documentation of the `Result` class.
sort
statistics
term
- unknownexplanation
-
-
+++ /dev/null
-UnknownExplanation
-============
-
-.. doxygenenum:: cvc5::api::Result::UnknownExplanation
- :project: cvc5
-
UnknownExplanation
-================
+==================
.. autoclass:: pycvc5.UnknownExplanation
:members:
def isNull(self):
"""
- :return: True if Result is empty, i.e., a nullary Result,
- and not an actual result returned from a :cpp:func:`Solver::checkSat() <cvc5::api::Solver::checkSat>` (and friends) query.
+ :return: True if Result is empty, i.e., a nullary Result, and not an actual result returned from a
+ :cpp:func:`Solver::checkSat() <cvc5::api::Solver::checkSat>` (and friends) query.
"""
return self.cr.isNull()