Skip to content

Commit 61457fb

Browse files
committed
Gidon's genius idea to largely reduce the time consumption
1 parent f7eeb36 commit 61457fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

claripy/backends/backend_z3_quick_sampler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def bv_sampler(self, solver, exprs):
8282

8383
# solver = self.solver()
8484
solver.add(result == target)
85-
solver.minimize(self._bv_count(delta))
85+
solver.minimize(z3.BV2Int(delta))
8686
results = set()
8787

8888
while True:

0 commit comments

Comments
 (0)