New grammar construction modes for SyGuS (#3486)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 4 Dec 2019 23:18:06 +0000 (17:18 -0600)
committerGitHub <noreply@github.com>
Wed, 4 Dec 2019 23:18:06 +0000 (17:18 -0600)
commitdd66d825a0e05b46690b0bb914da3b0aa2045654
tree7648d3693578c2dbf8b74216fe335990784b3380
parent1741bb48e54f25ef4fd7776380deca1dd60a2201
New grammar construction modes for SyGuS (#3486)
14 files changed:
src/options/options_handler.cpp
src/options/options_handler.h
src/options/quantifiers_modes.h
src/options/quantifiers_options.toml
src/theory/datatypes/theory_datatypes_utils.cpp
src/theory/datatypes/theory_datatypes_utils.h
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/sygus_explain.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
test/regress/CMakeLists.txt
test/regress/regress1/sygus/int-any-const.sy [new file with mode: 0644]
test/regress/regress1/sygus/real-any-const.sy [new file with mode: 0644]
test/regress/regress1/sygus/strings-any-term1.sy [new file with mode: 0644]
test/regress/regress3/strings-any-term.sy [new file with mode: 0644]