Skip to content

Commit d944d94

Browse files
committed
Update walk slicing
1 parent c3dc0b1 commit d944d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smpt/interfaces/walk.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def check_sat(self, walk_filename: str = None) -> bool:
169169
if self.parikh_filename:
170170
process += ['-favor', self.parikh_filename]
171171
elif self.slice:
172-
process += ["-reduce", "-rg,redundant,compact+,4ti2", "-redundant-limit", "650", "-redundant-time", "10"]
172+
process += ['-rg,redundant,compact+,4ti2', '-redundant-limit', '650', '-redundant-time', '10']
173173

174174
if self.timeout:
175175
process += ['-t', str(self.timeout)]

0 commit comments

Comments
 (0)