summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-10-08 19:44:22 -0700
committerGitHub <noreply@github.com>2018-10-08 19:44:22 -0700
commit0d310d6716d1ab679cd466a2e47e5c0f6cdd8569 (patch)
tree146e3a070038a6d847204c5f4173d9a3bf7b619d /src/CMakeLists.txt
parenta1c9b7408ee47ea69ef9866cdac75f839c14bc8d (diff)
BV instantiator: Factor out util functions. (#2604)
Previously, all util functions for the BV instantiator were static functions in theory/quantifiers/cegqi/ceg_bv_instantiator.cpp. For the corresponding unit test, it was therefore required to include this cpp file in order to test these functions. This factors out these functions into a theory/quantifiers/cegqi/ceg_bv_instantiator_utils.(cpp|h). Asan reported errors for the corresponing unit test because of this.
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 f6c66b743..0ea7a6837 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -434,6 +434,8 @@ libcvc4_add_sources(
theory/quantifiers/cegqi/ceg_arith_instantiator.h
theory/quantifiers/cegqi/ceg_bv_instantiator.cpp
theory/quantifiers/cegqi/ceg_bv_instantiator.h
+ theory/quantifiers/cegqi/ceg_bv_instantiator_utils.cpp
+ theory/quantifiers/cegqi/ceg_bv_instantiator_utils.h
theory/quantifiers/cegqi/ceg_dt_instantiator.cpp
theory/quantifiers/cegqi/ceg_dt_instantiator.h
theory/quantifiers/cegqi/ceg_epr_instantiator.cpp
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback