diff --git a/backends/smt2/smtio.py b/backends/smt2/smtio.py index 9bb934a46..b234270cb 100644 --- a/backends/smt2/smtio.py +++ b/backends/smt2/smtio.py @@ -533,7 +533,7 @@ class SmtOpts: self.solver = "z3" self.debug_print = False self.debug_file = None - self.unroll = True + self.unroll = False self.timeinfo = True def handle(self, o, a):