summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-05-03 15:52:11 -0400
committerTim King <taking@cs.nyu.edu>2013-05-03 15:52:11 -0400
commit4c20ab57d70c4812d75af037e95c371c65418333 (patch)
tree88ae9d4ca928a5bb8536819ccbdbd9031b63684a /src/theory/arith/Makefile.am
parent753e84e5b3068efe973be1871b6456abf9b9470b (diff)
More misc. arithmetic cleanup. Removing unused files and functions. Also removing an ugly forward declaration that was needed to get error set bound information on basic variables.
Diffstat (limited to 'src/theory/arith/Makefile.am')
-rw-r--r--src/theory/arith/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/arith/Makefile.am b/src/theory/arith/Makefile.am
index e6ef6fdc2..ed14e972b 100644
--- a/src/theory/arith/Makefile.am
+++ b/src/theory/arith/Makefile.am
@@ -11,7 +11,6 @@ libarith_la_SOURCES = \
arithvar.h \
arithvar.cpp \
bound_counts.h \
- bound_counts.cpp \
arith_rewriter.h \
arith_rewriter.cpp \
arith_static_learner.h \
@@ -52,8 +51,6 @@ libarith_la_SOURCES = \
soi_simplex.cpp \
approx_simplex.h \
approx_simplex.cpp \
- pure_update_simplex.h \
- pure_update_simplex.cpp \
theory_arith.h \
theory_arith.cpp \
theory_arith_private_forward.h \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback