docs: Migrate sets and relations theory reference. (#6698)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 9 Jun 2021 20:44:13 +0000 (13:44 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Jun 2021 20:44:13 +0000 (20:44 +0000)
commit226244a0bdb68655c06d6d1b55b31be013bf7fa6
treead19605834d8d30fd086581814c611d87c22df7a
parent6017579ab78cbc1390274290736ef311208a251b
docs: Migrate sets and relations theory reference. (#6698)

This migrates page https://cvc4.github.io/sets-and-relations.
It further adds the SMT2 version of examples/api/cpp/sets.cpp and adds
test/regress/regress0/rels/relations-ops.smt2 as smtlib example for
relations.
docs/examples/examples.rst
docs/examples/relations.rst [new file with mode: 0644]
docs/examples/sets.rst
docs/ext/examples.py
docs/ext/smtliblexer.py
docs/theories/datatypes.rst
docs/theories/sets-and-relations.rst [new file with mode: 0644]
docs/theory.rst
examples/api/cpp/sets.cpp
examples/api/smtlib/relations.smt2 [new file with mode: 0644]
examples/api/smtlib/sets.smt2 [new file with mode: 0644]