summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/symmetry_breaking.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/symmetry_breaking.cpp')
-rw-r--r--src/theory/quantifiers/symmetry_breaking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/symmetry_breaking.cpp b/src/theory/quantifiers/symmetry_breaking.cpp
index 66a3ac79f..0023b05bc 100644
--- a/src/theory/quantifiers/symmetry_breaking.cpp
+++ b/src/theory/quantifiers/symmetry_breaking.cpp
@@ -298,7 +298,7 @@ bool SubsortSymmetryBreaker::check( Theory::Effort level ) {
//flush pending lemmas
if( !d_pending_lemmas.empty() ){
for( unsigned i=0; i<d_pending_lemmas.size(); i++ ){
- getStrongSolver()->getOutputChannel().lemma( d_pending_lemmas[i] );
+ getStrongSolver()->getOutputChannel().lemma( d_pending_lemmas[i], false, true );
++( getStrongSolver()->d_statistics.d_sym_break_lemmas );
}
d_pending_lemmas.clear();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback