summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/lazy_trie.cpp
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2018-05-09 16:45:43 -0500
committerGitHub <noreply@github.com>2018-05-09 16:45:43 -0500
commita7393ad4724476d7544483996f65877876698348 (patch)
tree8aec105c230f3279200d3b95c790130876910ad7 /src/theory/quantifiers/lazy_trie.cpp
parent5adbae1d6aea06f60984c0a7b965f4ee24e5ea6c (diff)
Piecing solutions together in CegisUnif (#1894)
Diffstat (limited to 'src/theory/quantifiers/lazy_trie.cpp')
-rw-r--r--src/theory/quantifiers/lazy_trie.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/lazy_trie.cpp b/src/theory/quantifiers/lazy_trie.cpp
index 9e910b43a..21a87c792 100644
--- a/src/theory/quantifiers/lazy_trie.cpp
+++ b/src/theory/quantifiers/lazy_trie.cpp
@@ -59,8 +59,6 @@ Node LazyTrie::add(Node n,
return Node::null();
}
-using IndTriePair = std::pair<unsigned, LazyTrie*>;
-
void LazyTrieMulti::addClassifier(LazyTrieEvaluator* ev, unsigned ntotal)
{
Trace("lazy-trie-multi") << "LazyTrieM: Adding classifier " << ntotal + 1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback