From 9a994c449d65e64d574a423ad9caad519f8c2148 Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Fri, 27 Jul 2012 19:27:45 +0000 Subject: merging fmf-devel branch, includes refactored datatype theory, updates to model.h/cpp to prepare for release, and major refactoring of quantifiers/finite model finding. Note that new datatype theory does not insist upon any interpretation for selectors applied to incorrect constructors and consequently some answers may differ with previous version --- src/theory/arrays/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/theory/arrays/Makefile.am') diff --git a/src/theory/arrays/Makefile.am b/src/theory/arrays/Makefile.am index c429fc0c6..e4c814660 100644 --- a/src/theory/arrays/Makefile.am +++ b/src/theory/arrays/Makefile.am @@ -18,6 +18,8 @@ libarrays_la_SOURCES = \ static_fact_manager.h \ static_fact_manager.cpp \ theory_arrays_instantiator.h \ - theory_arrays_instantiator.cpp + theory_arrays_instantiator.cpp \ + theory_arrays_model.h \ + theory_arrays_model.cpp EXTRA_DIST = kinds -- cgit v1.2.3