Sygus query generator (#2465)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 18 Oct 2018 03:09:45 +0000 (22:09 -0500)
committerGitHub <noreply@github.com>
Thu, 18 Oct 2018 03:09:45 +0000 (22:09 -0500)
commitf1a4096e579b101642c5a47eb5c8e90476ccc81a
treea4c9e048888b759d7bc99bbb5afb9ef879ef1c49
parent1823d6d537a59d85a17f09f53c8128d934c420a3
Sygus query generator (#2465)
src/CMakeLists.txt
src/Makefile.am
src/options/quantifiers_options.toml
src/smt/smt_engine.cpp
src/theory/quantifiers/expr_miner_manager.cpp
src/theory/quantifiers/expr_miner_manager.h
src/theory/quantifiers/query_generator.cpp [new file with mode: 0644]
src/theory/quantifiers/query_generator.h [new file with mode: 0644]
src/theory/quantifiers/sygus/synth_conjecture.cpp