SynthResult =========== This class represents a :cpp:class:`cvc5::Solver` SyGus synthesis result. ---- - class :cpp:class:`cvc5::SynthResult` - :cpp:func:`std::ostream& cvc5::operator<< (std::ostream& out, const SynthResult& r)` ---- .. doxygenclass:: cvc5::SynthResult :project: cvc5 :members: :undoc-members: ---- .. doxygenfunction:: cvc5::operator<<(std::ostream& out, const SynthResult& r) :project: cvc5