Show the code for utilities in the docs. (#8387)
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>
Wed, 30 Mar 2022 02:11:08 +0000 (21:11 -0500)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 02:11:08 +0000 (02:11 +0000)
commitf1ba9b8542b8cd7424b6dfc679c834593c7b8f01
tree57683aa31f3988a8e01f46b690ac9f0970aaff51
parent319caf1bf9bff1e02dbdce037a1fe41064470fe0
Show the code for utilities in the docs. (#8387)

This PR adds the code for printing synthesis solutions to the docs. Various other changes are made to increase the consistency between the different bindings.

Signed-off-by: Abdalrhman M Mohamed <abdalrhman-mohamed@uiowa.edu>
17 files changed:
docs/conf.py.in
docs/examples/sygus-fun.rst
docs/examples/sygus-grammar.rst
docs/examples/sygus-inv.rst
examples/api/cpp/CMakeLists.txt
examples/api/cpp/sygus-fun.cpp
examples/api/cpp/sygus-grammar.cpp
examples/api/cpp/sygus-inv.cpp
examples/api/cpp/utils.cpp
examples/api/cpp/utils.h
examples/api/java/SygusFun.java
examples/api/java/SygusGrammar.java
examples/api/java/SygusInv.java
examples/api/java/Utils.java [new file with mode: 0644]
examples/api/python/sygus-grammar.py
examples/api/python/utils.py
src/api/java/io/github/cvc5/api/Utils.java