summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-07-26 19:20:40 -0500
committerGitHub <noreply@github.com>2021-07-27 00:20:40 +0000
commit4640dd5d09d65761ab96ea7f6848d823a3a43278 (patch)
tree4ecba21afd344ed3728aba509c8238df092e209f /src/CMakeLists.txt
parent1c93d0ca2cdab222dc122ad3a5c9b4bc28e2ef9c (diff)
Add sygus enumerator callback (#6923)
This class will make the uses of the fast enumerator customizable.
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 796de9b4a..445d38896 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -879,6 +879,8 @@ libcvc5_add_sources(
theory/quantifiers/sygus/sygus_enumerator.h
theory/quantifiers/sygus/sygus_enumerator_basic.cpp
theory/quantifiers/sygus/sygus_enumerator_basic.h
+ theory/quantifiers/sygus/sygus_enumerator_callback.cpp
+ theory/quantifiers/sygus/sygus_enumerator_callback.h
theory/quantifiers/sygus/sygus_eval_unfold.cpp
theory/quantifiers/sygus/sygus_eval_unfold.h
theory/quantifiers/sygus/sygus_explain.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback