summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-02-13 08:42:36 -0600
committerGitHub <noreply@github.com>2021-02-13 08:42:36 -0600
commit0ff53d70b3e0a11e4ae5c1c8f612d809dca2d004 (patch)
tree212f4f751615c5dbe4173c74ba52e60f708dfd3b /src/CMakeLists.txt
parent10f6aae991a550e2b970c6234ebdd75742d078dd (diff)
Moving methods from quantifiers engine to quantifiers state (#5881)
Towards eliminating dependencies on quantifiers engine.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 42370b8fc..12e3f24b3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -664,6 +664,7 @@ libcvc4_add_sources(
theory/quantifiers/ematching/inst_match_generator_multi_linear.h
theory/quantifiers/ematching/inst_match_generator_simple.cpp
theory/quantifiers/ematching/inst_match_generator_simple.h
+ theory/quantifiers/ematching/inst_strategy.cpp
theory/quantifiers/ematching/inst_strategy.h
theory/quantifiers/ematching/inst_strategy_e_matching.cpp
theory/quantifiers/ematching/inst_strategy_e_matching.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback