summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-11-06 16:58:16 -0500
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-11-10 18:47:35 -0600
commit726603e0e5a5482cf98538079790747e43313276 (patch)
tree12e41e99a21a16cf9cff7374a84d9a6527f03c8b /src/theory/arith
parent6c6f44c32a6bb957c1e82ae75fbf62db2e286595 (diff)
Flatten libcvc4 build structure; remove some #include interdependences
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/Makefile4
-rw-r--r--src/theory/arith/Makefile.am72
2 files changed, 0 insertions, 76 deletions
diff --git a/src/theory/arith/Makefile b/src/theory/arith/Makefile
deleted file mode 100644
index 5016522e8..000000000
--- a/src/theory/arith/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-topdir = ../../..
-srcdir = src/theory/arith
-
-include $(topdir)/Makefile.subdir
diff --git a/src/theory/arith/Makefile.am b/src/theory/arith/Makefile.am
deleted file mode 100644
index 620b8a121..000000000
--- a/src/theory/arith/Makefile.am
+++ /dev/null
@@ -1,72 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-
-noinst_LTLIBRARIES = libarith.la
-
-libarith_la_SOURCES = \
- theory_arith_type_rules.h \
- type_enumerator.h \
- arithvar.h \
- arithvar.cpp \
- bound_counts.h \
- arith_rewriter.h \
- arith_rewriter.cpp \
- arith_static_learner.h \
- arith_static_learner.cpp \
- constraint_forward.h \
- constraint.h \
- constraint.cpp \
- congruence_manager.h \
- congruence_manager.cpp \
- normal_form.h\
- normal_form.cpp \
- arith_utilities.h \
- delta_rational.h \
- delta_rational.cpp \
- partial_model.h \
- partial_model.cpp \
- linear_equality.h \
- linear_equality.cpp \
- simplex_update.h \
- simplex_update.cpp \
- callbacks.h \
- callbacks.cpp \
- matrix.h \
- matrix.cpp \
- tableau.h \
- tableau.cpp \
- tableau_sizes.h \
- tableau_sizes.cpp \
- error_set.h \
- error_set.cpp \
- simplex.h \
- simplex.cpp \
- dual_simplex.h \
- dual_simplex.cpp \
- fc_simplex.h \
- fc_simplex.cpp \
- soi_simplex.h \
- soi_simplex.cpp \
- approx_simplex.h \
- approx_simplex.cpp \
- attempt_solution_simplex.h \
- attempt_solution_simplex.cpp \
- theory_arith.h \
- theory_arith.cpp \
- theory_arith_private_forward.h \
- theory_arith_private.h \
- theory_arith_private.cpp \
- dio_solver.h \
- dio_solver.cpp \
- arith_heuristic_pivot_rule.h \
- arith_heuristic_pivot_rule.cpp \
- arith_unate_lemma_mode.h \
- arith_unate_lemma_mode.cpp \
- arith_propagation_mode.h \
- arith_propagation_mode.cpp
-
-EXTRA_DIST = \
- kinds \
- options_handlers.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback