summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-09-13 12:56:21 -0500
committerGitHub <noreply@github.com>2019-09-13 12:56:21 -0500
commitbfd8e5426cfa5d8955e62c822d61536e42b3eff9 (patch)
tree6ba7699290e52c36763b12979abc3c2b936a67a0 /src/CMakeLists.txt
parentf62cb035e728c77facc94c5dfe3a8a2df65aa3a7 (diff)
Split, refactor and document the theory of sets (#3085)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4f56be8a9..db92d2b3f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -618,10 +618,16 @@ libcvc4_add_sources(
theory/sep/theory_sep_rewriter.cpp
theory/sep/theory_sep_rewriter.h
theory/sep/theory_sep_type_rules.h
+ theory/sets/cardinality_extension.cpp
+ theory/sets/cardinality_extension.h
+ theory/sets/inference_manager.cpp
+ theory/sets/inference_manager.h
theory/sets/normal_form.h
theory/sets/rels_utils.h
theory/sets/skolem_cache.cpp
theory/sets/skolem_cache.h
+ theory/sets/solver_state.cpp
+ theory/sets/solver_state.h
theory/sets/theory_sets.cpp
theory/sets/theory_sets.h
theory/sets/theory_sets_private.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback