summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/single_inv_partition.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/single_inv_partition.cpp')
-rw-r--r--src/theory/quantifiers/single_inv_partition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/single_inv_partition.cpp b/src/theory/quantifiers/single_inv_partition.cpp
index a0e25b756..50831fdac 100644
--- a/src/theory/quantifiers/single_inv_partition.cpp
+++ b/src/theory/quantifiers/single_inv_partition.cpp
@@ -346,7 +346,7 @@ bool SingleInvocationPartition::init(std::vector<Node>& funcs,
d_conjuncts[2].push_back(cr);
std::unordered_set<Node, NodeHashFunction> fvs;
expr::getFreeVariables(cr, fvs);
- d_all_vars.insert(d_all_vars.end(), fvs.begin(), fvs.end());
+ d_all_vars.insert(fvs.begin(), fvs.end());
if (singleInvocation)
{
// replace with single invocation formulation
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback