summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-01 10:20:48 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-01 10:20:48 -0500
commit135171f4a10ef709b8982d79f2e477c12b29f64d (patch)
tree530b02700942609388551bb19c24fa3d18235b5a /src/theory/quantifiers
parent2cadfe31cfddaff7eff4cd220273d0bab3d2792d (diff)
Cleanup quantifier elimination in smt engine.
Diffstat (limited to 'src/theory/quantifiers')
-rw-r--r--src/theory/quantifiers/inst_strategy_cbqi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/inst_strategy_cbqi.cpp b/src/theory/quantifiers/inst_strategy_cbqi.cpp
index f3061f575..71c0858bf 100644
--- a/src/theory/quantifiers/inst_strategy_cbqi.cpp
+++ b/src/theory/quantifiers/inst_strategy_cbqi.cpp
@@ -370,7 +370,7 @@ Node InstStrategyCbqi::doNestedQENode( Node q, Node ceq, Node n, std::vector< No
// there is a nested quantified formula (forall y. nq[y,x]) such that
// q is (forall y. nq[y,t]) for ground terms t,
// ceq is (forall y. nq[y,e]) for CE variables e.
- // we call this function when we know (exists e. ceq[e,k]) is equivalent to quantifier-free formula C[k].
+ // we call this function when we know (forall y. nq[y,e]) is equivalent to quantifier-free formula C[e].
// in this case, q is equivalent to the quantifier-free formula C[t].
if( d_nested_qe.find( ceq )==d_nested_qe.end() ){
d_nested_qe[ceq] = d_quantEngine->getInstantiatedConjunction( ceq );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback