summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-12 13:18:13 -0500
committerGitHub <noreply@github.com>2018-09-12 13:18:13 -0500
commitf4f11801394afa718a5125e4386704a72e74ca48 (patch)
tree05ebc80af205de90000942de8cfb58a906fcc890 /src/Makefile.am
parent700a21a55d277d7bb4e475849e98aab58d91dba5 (diff)
Initial infrastructure for theory decision manager (#2447)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5f6d7e9ad..77fd455bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -406,6 +406,10 @@ libcvc4_la_SOURCES = \
theory/datatypes/type_enumerator.h \
theory/datatypes/sygus_simple_sym.cpp \
theory/datatypes/sygus_simple_sym.h \
+ theory/decision_manager.cpp \
+ theory/decision_manager.h \
+ theory/decision_strategy.cpp \
+ theory/decision_strategy.h \
theory/ext_theory.cpp \
theory/ext_theory.h \
theory/fp/theory_fp.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback