summaryrefslogtreecommitdiff
path: root/src/smt/process_assertions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/process_assertions.cpp')
-rw-r--r--src/smt/process_assertions.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/smt/process_assertions.cpp b/src/smt/process_assertions.cpp
index cf747c360..a9426d5bd 100644
--- a/src/smt/process_assertions.cpp
+++ b/src/smt/process_assertions.cpp
@@ -288,6 +288,11 @@ bool ProcessAssertions::apply(Assertions& as)
}
Debug("smt") << " assertions : " << assertions.size() << endl;
+ if (options::learnedRewrite())
+ {
+ d_passes["learned-rewrite"]->apply(&assertions);
+ }
+
if (options::earlyIteRemoval())
{
d_smtStats.d_numAssertionsPre += assertions.size();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback