summaryrefslogtreecommitdiff
path: root/docs/examples/sygus-fun.rst
diff options
context:
space:
mode:
authorGereon Kremer <nafur42@gmail.com>2021-05-26 08:30:45 +0200
committerGitHub <noreply@github.com>2021-05-26 06:30:45 +0000
commit7440f0568b99842d87cb1f86eec21aed9f46b92a (patch)
tree1fa6a41efcf4bb0946bac7ea43abc8cdcbd2a0c8 /docs/examples/sygus-fun.rst
parent14b4666bec5cf6a8058254d740e94eda388f4760 (diff)
Add more examples to the documentation (#6569)
This PR adds (most of) the existing examples to the documentation, and does some other minor updates on the documentation. Some details: - for consistency, all cpp examples are moved from examples/api to examples/api/cpp - add capabilities for SMT-LIB examples, and two simple smt2 examples - more docs/examples/*.rst files - two new documentation categories: installation (how to obtain, compile and install cvc5) and binary (about the cvc5 binary)
Diffstat (limited to 'docs/examples/sygus-fun.rst')
-rw-r--r--docs/examples/sygus-fun.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/examples/sygus-fun.rst b/docs/examples/sygus-fun.rst
new file mode 100644
index 000000000..3d5bddff1
--- /dev/null
+++ b/docs/examples/sygus-fun.rst
@@ -0,0 +1,7 @@
+SyGuS: Functions
+===================
+
+
+.. api-examples::
+ ../../examples/api/cpp/sygus-fun.cpp
+ ../../examples/api/python/sygus-fun.py
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback