Add tests that enumerate and verify rewrite rules (#2344)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 24 Aug 2018 14:36:21 +0000 (07:36 -0700)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 24 Aug 2018 14:36:21 +0000 (09:36 -0500)
commit3b728a49c482ea447e3b82c7aa1251ad0866c12a
tree134fbd4b72390a4cd75a1dcfeefb7e8bb9073470
parent33fe4c274ca71237601e776c7be942bd2bfd02af
Add tests that enumerate and verify rewrite rules (#2344)
src/theory/datatypes/datatypes_sygus.cpp
test/regress/Makefile.tests
test/regress/regress1/rr-verify/bool-crci.sy [new file with mode: 0644]
test/regress/regress1/rr-verify/bv-term-32.sy [new file with mode: 0644]
test/regress/regress1/rr-verify/bv-term.sy [new file with mode: 0644]
test/regress/regress1/rr-verify/string-term.sy [new file with mode: 0644]
test/regress/regress1/sygus/commutative-stream.sy
test/regress/regress1/sygus/trivial-stream.sy
test/regress/run_regression.py