summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2020-08-18 11:41:46 -0500
committerGitHub <noreply@github.com>2020-08-18 11:41:46 -0500
commitab9742939d7706e10ea3d70c73275e97a5235f03 (patch)
treed7d08da62cc172bdd8940357c27d848dc9e3c04c /src/CMakeLists.txt
parentc460fd4ba1cdacf04305475e605071889ed0e92f (diff)
Split SygusSolver from SmtEngine (#4891)
This is the solver for standard SyGuS queries. Notice it now depends only on SmtSolver and not SmtEngine. This PR updates Expr -> Node for the sygus interface in SmtEngine. SmtEnginePrivate is no longer needed and is deleted with this PR.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 62a9b35d0..10cf23fdf 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -271,6 +271,8 @@ libcvc4_add_sources(
smt/smt_solver.h
smt/smt_statistics_registry.cpp
smt/smt_statistics_registry.h
+ smt/sygus_solver.cpp
+ smt/sygus_solver.h
smt/term_formula_removal.cpp
smt/term_formula_removal.h
smt/update_ostream.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback