summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_match.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-11-28 12:48:18 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2015-11-28 12:48:18 +0100
commite6b097f5f43405951561994009e8d7e6ed8772f4 (patch)
treed59b3a1c90d6d198d9b845295695903dfc8b4925 /src/theory/quantifiers/inst_match.h
parent670cc5fccd6e98e88c9eeedfede07d053faad26e (diff)
Initial work on --cegqi-si-partial, refactoring.
Diffstat (limited to 'src/theory/quantifiers/inst_match.h')
-rw-r--r--src/theory/quantifiers/inst_match.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/inst_match.h b/src/theory/quantifiers/inst_match.h
index d66d331e5..f1c1c952a 100644
--- a/src/theory/quantifiers/inst_match.h
+++ b/src/theory/quantifiers/inst_match.h
@@ -131,6 +131,7 @@ public:
std::vector< TNode > terms;
print( out, q, terms );
}
+ void clear() { d_data.clear(); }
};/* class InstMatchTrie */
/** trie for InstMatch objects */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback