summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
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 e4caaa539..ca4768ee4 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -118,7 +118,7 @@ class QuantifiersEnginePrivate
d_inst_engine.reset(new quantifiers::InstantiationEngine(qe));
modules.push_back(d_inst_engine.get());
}
- if (options::cbqi())
+ if (options::cegqi())
{
d_i_cbqi.reset(new quantifiers::InstStrategyCegqi(qe));
modules.push_back(d_i_cbqi.get());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback