summaryrefslogtreecommitdiff
path: root/src/theory/arith/Makefile.am
blob: 76d8d9083b1d5ce95327c0e39c3590cecac8bac8 (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
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../..
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 \
	arith_rewriter.h \
	arith_rewriter.cpp \
	arith_static_learner.h \
	arith_static_learner.cpp \
	arithvar_node_map.h \
	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 \
	matrix.h \
	matrix.cpp \
	arith_priority_queue.h \
	arith_priority_queue.cpp \
	simplex.h \
	simplex.cpp \
	theory_arith.h \
	theory_arith.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