Fixes related to SyGuS + real arithmetic (#1432)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 7 Dec 2017 10:07:17 +0000 (04:07 -0600)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2017 10:07:17 +0000 (04:07 -0600)
commit805d4b7483e51a9b4d24058d493f85700a87f099
treea003c96607274d81f93c3bbff5ecfeeac0793d5c
parent691abe521ea8a7e87db51e22880cf101d59bf3e7
Fixes related to SyGuS + real arithmetic (#1432)
14 files changed:
src/options/quantifiers_options
src/smt/smt_engine.cpp
src/theory/datatypes/datatypes_sygus.cpp
src/theory/datatypes/theory_datatypes.cpp
src/theory/quantifiers/ceg_t_instantiator.cpp
src/theory/quantifiers/sygus_grammar_cons.cpp
src/theory/quantifiers/term_database_sygus.cpp
src/theory/quantifiers/term_database_sygus.h
test/regress/regress0/sygus/Makefile.am
test/regress/regress0/sygus/real-grammar-neg.sy [new file with mode: 0644]
test/regress/regress0/sygus/real-si-all.sy [new file with mode: 0644]
test/regress/regress1/sygus/Makefile.am
test/regress/regress1/sygus/lustre-real.sy [new file with mode: 0644]
test/regress/regress1/sygus/real-grammar.sy [new file with mode: 0644]