summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
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/theory/quantifiers_engine.cpp
parent8d7b71d2a8c02bf26ec3fa1de6abcf2547b3acbf (diff)
Move inst_strategy_cbqi to inst_strategy_cegqi (#2477)
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 305f3182d..516f31efc 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -22,7 +22,7 @@
#include "theory/quantifiers/alpha_equivalence.h"
#include "theory/quantifiers/anti_skolem.h"
#include "theory/quantifiers/bv_inverter.h"
-#include "theory/quantifiers/cegqi/inst_strategy_cbqi.h"
+#include "theory/quantifiers/cegqi/inst_strategy_cegqi.h"
#include "theory/quantifiers/conjecture_generator.h"
#include "theory/quantifiers/ematching/inst_strategy_e_matching.h"
#include "theory/quantifiers/ematching/instantiation_engine.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback