summaryrefslogtreecommitdiff
path: root/src/theory/uf/Makefile.am
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-06-11 16:28:23 +0000
committerMorgan Deters <mdeters@gmail.com>2012-06-11 16:28:23 +0000
commit3378e253fcdb34c753407bb16d08929da06b3aaa (patch)
treedb7c7118dd0d1594175b56866f845b42426ae0a7 /src/theory/uf/Makefile.am
parent42794501e81c44dce5c2f7687af288af030ef63e (diff)
Merge from quantifiers2-trunkmerge branch.
Adds TheoryQuantifiers and TheoryRewriteRules, QuantifiersEngine, and other infrastructure. Adds theory instantiators to many theories. Adds the UF strong solver.
Diffstat (limited to 'src/theory/uf/Makefile.am')
-rw-r--r--src/theory/uf/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/theory/uf/Makefile.am b/src/theory/uf/Makefile.am
index 50147b997..2c9cd3b80 100644
--- a/src/theory/uf/Makefile.am
+++ b/src/theory/uf/Makefile.am
@@ -14,6 +14,14 @@ libuf_la_SOURCES = \
equality_engine_types.h \
equality_engine.cpp \
symmetry_breaker.h \
- symmetry_breaker.cpp
+ symmetry_breaker.cpp \
+ theory_uf_instantiator.h \
+ theory_uf_instantiator.cpp \
+ theory_uf_strong_solver.h \
+ theory_uf_strong_solver.cpp \
+ theory_uf_candidate_generator.h \
+ theory_uf_candidate_generator.cpp \
+ inst_strategy.h \
+ inst_strategy.cpp
EXTRA_DIST = kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback