Support get-abduct smt2 command (#3122)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 29 Jul 2019 18:58:09 +0000 (13:58 -0500)
committerGitHub <noreply@github.com>
Mon, 29 Jul 2019 18:58:09 +0000 (13:58 -0500)
commit90eddb069c3c9abf96719ac20aff45b44af86207
tree5e9b48565fdcc33ecbc094ae5e14101e6e4ccb3c
parent3aba99657b39ccc0ab400c7ed9778673a3acddd7
Support get-abduct smt2 command (#3122)
21 files changed:
src/CMakeLists.txt
src/bindings/java/CMakeLists.txt
src/options/quantifiers_options.toml
src/options/smt_options.toml
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/preprocessing/passes/sygus_abduct.cpp [deleted file]
src/preprocessing/passes/sygus_abduct.h [deleted file]
src/preprocessing/preprocessing_pass_registry.cpp
src/smt/command.cpp
src/smt/command.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/logic_info.cpp
src/theory/logic_info.h
src/theory/quantifiers/expr_miner.cpp
src/theory/quantifiers/sygus/sygus_abduct.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_abduct.h [new file with mode: 0644]
test/regress/CMakeLists.txt
test/regress/regress1/sygus-abduct-test-user.smt2 [new file with mode: 0644]
test/regress/regress1/sygus-abduct-test.smt2