From 64c48c4d3b4c26b0ba28ab1ab11ef2314ca0cbee Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Tue, 11 Sep 2018 13:08:00 -0500 Subject: Support model cores via option --produce-model-cores. (#2407) This adds support for model cores, fixes #1233. It includes some minor cleanup and additions to utility functions. --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e11a1374d..5f6d7e9ad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -205,6 +205,8 @@ libcvc4_la_SOURCES = \ smt/managed_ostreams.h \ smt/model.cpp \ smt/model.h \ + smt/model_core_builder.cpp \ + smt/model_core_builder.h \ smt/smt_engine.cpp \ smt/smt_engine.h \ smt/smt_engine_check_proof.cpp \ @@ -239,6 +241,8 @@ libcvc4_la_SOURCES = \ theory/sort_inference.h \ theory/substitutions.cpp \ theory/substitutions.h \ + theory/subs_minimize.cpp \ + theory/subs_minimize.h \ theory/term_registration_visitor.cpp \ theory/term_registration_visitor.h \ theory/theory.cpp \ -- cgit v1.2.3