summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-10-29 00:45:10 +0000
committerTim King <taking@cs.nyu.edu>2010-10-29 00:45:10 +0000
commit7d4a5842ea4f53fe2e05f336c9342db9b94a31f1 (patch)
tree5a03a7191c7ab370e91dc4205305dc7f81df7073 /src/theory/arith/Makefile.am
parent50622574025f55417be020f30a4787714977ddd1 (diff)
Factors out the QF_LRA decision procedure from TheoryArith and puts this into its own class SimplexDecisionProcedure. Implements about 1/2 of the pivoting rule from Alberto's thesis (section2.5.3).
Diffstat (limited to 'src/theory/arith/Makefile.am')
-rw-r--r--src/theory/arith/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arith/Makefile.am b/src/theory/arith/Makefile.am
index 907c8820f..7d78b1e6c 100644
--- a/src/theory/arith/Makefile.am
+++ b/src/theory/arith/Makefile.am
@@ -21,6 +21,8 @@ libarith_la_SOURCES = \
arithvar_dense_set.h \
tableau.h \
tableau.cpp \
+ simplex.h \
+ simplex.cpp \
row_vector.h \
row_vector.cpp \
arith_propagator.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback