From 2c7f0cad036c8b53238e5f273df608bf57eb78a7 Mon Sep 17 00:00:00 2001 From: ajreynol Date: Tue, 20 Sep 2016 17:46:13 -0500 Subject: Refactor, separate theory-specific counterexample-guided instantiation. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 235d20deb..f5e3776e5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -364,6 +364,8 @@ libcvc4_la_SOURCES = \ theory/quantifiers/quant_equality_engine.cpp \ theory/quantifiers/ceg_instantiator.h \ theory/quantifiers/ceg_instantiator.cpp \ + theory/quantifiers/ceg_t_instantiator.h \ + theory/quantifiers/ceg_t_instantiator.cpp \ theory/quantifiers/quant_split.h \ theory/quantifiers/quant_split.cpp \ theory/quantifiers/anti_skolem.h \ -- cgit v1.2.3