summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/Makefile.am
blob: be24d6c678bbc897f84054ff3e7a71a5caf2b3ca (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
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libquantifiers.la

libquantifiers_la_SOURCES = \
	theory_quantifiers_type_rules.h \
	theory_quantifiers.h \
	quantifiers_rewriter.h \
	quantifiers_rewriter.cpp \
	theory_quantifiers.cpp \
	instantiation_engine.h \
	instantiation_engine.cpp \
	trigger.h \
	trigger.cpp \
	candidate_generator.h \
	candidate_generator.cpp \
	inst_match.h \
	inst_match.cpp \
	model_engine.h \
	model_engine.cpp \
	modes.cpp \
	modes.h \
	term_database.h \
	term_database.cpp \
	first_order_model.h \
	first_order_model.cpp \
	model_builder.h \
	model_builder.cpp \
	quantifiers_attributes.h \
	quantifiers_attributes.cpp \
	inst_gen.h \
	inst_gen.cpp \
	quant_util.h \
	quant_util.cpp \
	inst_match_generator.h \
	inst_match_generator.cpp \
	macros.h \
	macros.cpp \
	inst_strategy_e_matching.h \
	inst_strategy_e_matching.cpp \
	inst_strategy_cbqi.h \
	inst_strategy_cbqi.cpp \
	full_model_check.h \
	full_model_check.cpp \
	bounded_integers.h \
	bounded_integers.cpp \
	first_order_reasoning.h \
	first_order_reasoning.cpp \
	rewrite_engine.h \
	rewrite_engine.cpp \
	relevant_domain.h \
	relevant_domain.cpp \
	symmetry_breaking.h \
	symmetry_breaking.cpp


EXTRA_DIST = \
	kinds \
	options_handlers.h
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback