summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-04-09 13:07:11 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-04-09 13:07:11 -0500
commit67623ee1e6d62b36cb598c28ad9b871b6957a9dd (patch)
tree3ea7e16b6b1f8e2073ad9265741fa7853b63c0df /src/Makefile.am
parent59b935c1af18ec51efacf87b0e45d9134d3aaa1e (diff)
Minor refactoring of entailment tests and quantifiers util. Initial draft of instantiation propagator.
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 610bcb305..908245e63 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -364,6 +364,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/anti_skolem.cpp \
theory/quantifiers/equality_infer.h \
theory/quantifiers/equality_infer.cpp \
+ theory/quantifiers/inst_propagator.h \
+ theory/quantifiers/inst_propagator.cpp \
theory/arith/theory_arith_type_rules.h \
theory/arith/type_enumerator.h \
theory/arith/arithvar.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback