aboutsummaryrefslogtreecommitdiffstats
path: root/backends/smt2
diff options
context:
space:
mode:
Diffstat (limited to 'backends/smt2')
-rw-r--r--backends/smt2/smtio.py2
1 files changed, 1 insertions, 1 deletions
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):