summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d82c0945d..f88dcb3a9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -100,9 +100,6 @@ libcvc4_la_SOURCES = \
prop/sat_solver_types.h \
prop/sat_solver_factory.h \
prop/sat_solver_factory.cpp \
- prop/sat_solver_registry.h \
- prop/sat_solver_registry.cpp \
- prop/options_handlers.h \
smt/smt_engine.cpp \
smt/smt_engine_check_proof.cpp \
smt/smt_engine.h \
@@ -298,8 +295,6 @@ libcvc4_la_SOURCES = \
theory/quantifiers/model_builder.cpp \
theory/quantifiers/quantifiers_attributes.h \
theory/quantifiers/quantifiers_attributes.cpp \
- theory/quantifiers/inst_gen.h \
- theory/quantifiers/inst_gen.cpp \
theory/quantifiers/quant_util.h \
theory/quantifiers/quant_util.cpp \
theory/quantifiers/inst_match_generator.h \
@@ -322,8 +317,6 @@ libcvc4_la_SOURCES = \
theory/quantifiers/relevant_domain.cpp \
theory/quantifiers/symmetry_breaking.h \
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 \
@@ -332,6 +325,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