summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/term_database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/term_database.cpp')
-rw-r--r--src/theory/quantifiers/term_database.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/term_database.cpp b/src/theory/quantifiers/term_database.cpp
index 9a4961e2c..4979a3dfd 100644
--- a/src/theory/quantifiers/term_database.cpp
+++ b/src/theory/quantifiers/term_database.cpp
@@ -356,6 +356,7 @@ void TermDb::reset( Theory::Effort effort ){
TNode r = (*eqcs_i);
bool addedFirst = false;
Node first;
+ //TODO: ignoring singleton eqc isn't enough, need to ensure eqc are relevant
eq::EqClassIterator eqc_i = eq::EqClassIterator( r, ee );
while( !eqc_i.isFinished() ){
TNode n = (*eqc_i);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback