summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/lazy_trie.cpp
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-05-15 12:20:13 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-15 12:20:13 -0500
commit3ca59fea3c2ddbe170830a0fc499254605e1d3c4 (patch)
treed26fae7931845236a69aa441cc7c28ca033b142e /src/theory/quantifiers/lazy_trie.cpp
parent5d660404622a1fa35b228dd691849a64d365d677 (diff)
Building and refining solutions with dynamic condition generation in CegisUnif (#1920)
Diffstat (limited to 'src/theory/quantifiers/lazy_trie.cpp')
-rw-r--r--src/theory/quantifiers/lazy_trie.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/quantifiers/lazy_trie.cpp b/src/theory/quantifiers/lazy_trie.cpp
index 21a87c792..33d8adaa1 100644
--- a/src/theory/quantifiers/lazy_trie.cpp
+++ b/src/theory/quantifiers/lazy_trie.cpp
@@ -148,6 +148,12 @@ Node LazyTrieMulti::add(Node f, LazyTrieEvaluator* ev, unsigned ntotal)
return res;
}
+void LazyTrieMulti::clear()
+{
+ d_trie.clear();
+ d_rep_to_class.clear();
+}
+
} /* CVC4::theory::quantifiers namespace */
} /* CVC4::theory namespace */
} /* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback