summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-09-17 18:49:08 -0500
committerGitHub <noreply@github.com>2018-09-17 18:49:08 -0500
commit603c0ccc4614024dfcd34333cd427ac56e229a47 (patch)
tree1316f77df94aa7a270672552efca243f72f1402c /src/Makefile.am
parent8d7b71d2a8c02bf26ec3fa1de6abcf2547b3acbf (diff)
Move inst_strategy_cbqi to inst_strategy_cegqi (#2477)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index caad72fd5..bdba671ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -450,8 +450,8 @@ libcvc4_la_SOURCES = \
theory/quantifiers/cegqi/ceg_dt_instantiator.h \
theory/quantifiers/cegqi/ceg_epr_instantiator.cpp \
theory/quantifiers/cegqi/ceg_epr_instantiator.h \
- theory/quantifiers/cegqi/inst_strategy_cbqi.cpp \
- theory/quantifiers/cegqi/inst_strategy_cbqi.h \
+ theory/quantifiers/cegqi/inst_strategy_cegqi.cpp \
+ theory/quantifiers/cegqi/inst_strategy_cegqi.h \
theory/quantifiers/conjecture_generator.cpp \
theory/quantifiers/conjecture_generator.h \
theory/quantifiers/dynamic_rewrite.cpp \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback