Sygus abduction feature (#2744)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 20 Mar 2019 01:54:40 +0000 (20:54 -0500)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2019 01:54:40 +0000 (20:54 -0500)
commit7dfd55085c60affdc4523c330ea2d2daa69ae66a
tree834a1b51dfbee612da15f194b7ed8d88003e7144
parent96b6b3a172d76753355e258edadcf977b39edcb8
Sygus abduction feature (#2744)
13 files changed:
src/CMakeLists.txt
src/options/quantifiers_options.toml
src/preprocessing/passes/sygus_abduct.cpp [new file with mode: 0644]
src/preprocessing/passes/sygus_abduct.h [new file with mode: 0644]
src/preprocessing/preprocessing_pass_registry.cpp
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/theory/quantifiers/expr_miner.cpp
src/theory/quantifiers/sygus/sygus_repair_const.cpp
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/quantifiers/sygus/synth_engine.cpp
test/regress/CMakeLists.txt
test/regress/regress1/sygus-abduct-test.smt2 [new file with mode: 0644]