Synthesize candidate-rewrites from standard inputs (#1918)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 27 Jun 2018 19:12:17 +0000 (14:12 -0500)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 19:12:17 +0000 (14:12 -0500)
commitd6c7967cfc7a9f8530f0de50f12f99bfc5f93da7
tree2741c23c2cc42c065dc2aa573e0983e8f10823c1
parenta236ade3242599d4916fd9ee676c2c68c7c004b1
Synthesize candidate-rewrites from standard inputs (#1918)
14 files changed:
src/Makefile.am
src/options/smt_options.toml
src/preprocessing/passes/synth_rew_rules.cpp [new file with mode: 0644]
src/preprocessing/passes/synth_rew_rules.h [new file with mode: 0644]
src/smt/smt_engine.cpp
src/theory/quantifiers/candidate_rewrite_database.cpp
src/theory/quantifiers/candidate_rewrite_database.h
src/theory/quantifiers/dynamic_rewrite.cpp
src/theory/quantifiers/dynamic_rewrite.h
src/theory/quantifiers/sygus/ce_guided_conjecture.cpp
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/term_database_sygus.h
src/theory/quantifiers/sygus_sampler.cpp
src/theory/quantifiers/sygus_sampler.h