summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-06 08:19:04 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-05-06 08:19:16 -0500
commitc9404d8ecdfbc6da4fd125cefede7a21a5499e4d (patch)
tree153365a3a79246e0ab8dcb9ce475aaeed23bd74b /src/Makefile.am
parent5254bf67589daeb387778cf9f392ddd8285b75cb (diff)
First draft of ambqi_builder (new implementation of MBQI based on disjoint sets).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e7cc9628e..573181ccf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -306,6 +306,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/symmetry_breaking.cpp \
theory/quantifiers/qinterval_builder.h \
theory/quantifiers/qinterval_builder.cpp \
+ theory/quantifiers/ambqi_builder.h \
+ theory/quantifiers/ambqi_builder.cpp \
theory/quantifiers/quant_conflict_find.h \
theory/quantifiers/quant_conflict_find.cpp \
theory/quantifiers/options_handlers.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback