summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-28 14:28:31 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-28 14:28:31 +0100
commit55323fd7283d758caf31e637be237d2416b86167 (patch)
tree250940ce676196591ddc35bed7291991545e6271 /src/Makefile.am
parent3ff5a32a45f2830acc4600b38332a287db4cf60a (diff)
Initial infrastructure for function definition quantifiers, internal parsing format for Smt2.
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 d82c0945d..a04b86bee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -332,6 +332,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/conjecture_generator.cpp \
theory/quantifiers/ce_guided_instantiation.h \
theory/quantifiers/ce_guided_instantiation.cpp \
+ theory/quantifiers/fun_def_process.h \
+ theory/quantifiers/fun_def_process.cpp \
theory/quantifiers/options_handlers.h \
theory/arith/theory_arith_type_rules.h \
theory/arith/type_enumerator.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback