2021-09-20 15:12:17 -07:00
|
|
|
Solver
|
|
|
|
|
========
|
|
|
|
|
|
2024-08-05 11:47:34 -07:00
|
|
|
This class represents a cvc5 solver instance.
|
|
|
|
|
|
|
|
|
|
:py:obj:`Terms <cvc5.Term>`, :py:obj:`Sorts <cvc5.Sort>` and
|
|
|
|
|
:py:obj:`Ops <cvc5.Op>` are not tied to a :py:obj:`cvc5.Solver`
|
|
|
|
|
but associated with a :py:obj:`cvc5.TermManager` instance, which can be
|
|
|
|
|
shared between solver instances.
|
|
|
|
|
|
|
|
|
|
Solver options are configured via :py:func:`cvc5.Solver.setOption()`
|
|
|
|
|
and queried via :py:func:`cvc5.Solver.getOption()`
|
|
|
|
|
(for more information on configuration options, see :doc:`../../../options`).
|
|
|
|
|
|
|
|
|
|
----
|
|
|
|
|
|
2022-02-02 15:45:42 -08:00
|
|
|
.. autoclass:: cvc5.Solver
|
2021-09-20 15:12:17 -07:00
|
|
|
:members:
|
|
|
|
|
:undoc-members:
|