Sygus repair constants (#1812)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 10 May 2018 21:48:51 +0000 (16:48 -0500)
committerGitHub <noreply@github.com>
Thu, 10 May 2018 21:48:51 +0000 (16:48 -0500)
commitadcbee78823120baa47eb8ba868b614512a121a9
treef019c19fa63cc06c8b4e93df2cbde7d61791368b
parentf29ced85757a85b6bd72b741d6ac7ff45ba29619
Sygus repair constants (#1812)
16 files changed:
src/Makefile.am
src/options/quantifiers_options.toml
src/smt/smt_engine.cpp
src/theory/datatypes/datatypes_sygus.cpp
src/theory/quantifiers/extended_rewrite.cpp
src/theory/quantifiers/sygus/ce_guided_conjecture.cpp
src/theory/quantifiers/sygus/ce_guided_conjecture.h
src/theory/quantifiers/sygus/ce_guided_instantiation.cpp
src/theory/quantifiers/sygus/ce_guided_single_inv_sol.cpp
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/sygus_repair_const.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_repair_const.h [new file with mode: 0644]
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/term_database_sygus.h
test/regress/Makefile.tests
test/regress/regress1/sygus/constant-ite-bv.sy [new file with mode: 0644]