summaryrefslogtreecommitdiff
path: root/src/theory/strings/theory_strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/theory_strings.cpp')
-rw-r--r--src/theory/strings/theory_strings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/strings/theory_strings.cpp b/src/theory/strings/theory_strings.cpp
index a4ebe5e97..175bd2c2a 100644
--- a/src/theory/strings/theory_strings.cpp
+++ b/src/theory/strings/theory_strings.cpp
@@ -2027,6 +2027,7 @@ bool TheoryStrings::processNEqc( std::vector< std::vector< Node > > &normal_form
Trace("strings-entail") << " explanation was : " << et.second << std::endl;
conc = e==0 ? eq1 : eq2;
antec_new_lits.push_back( et.second );
+ break;
}
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback