summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
blob: e6ef6fdc2367222764c61f991bd7e7b57109957d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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 \
	bound_counts.cpp \
	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 \
	pure_update_simplex.h \
	pure_update_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