Guest User

Untitled

a guest
Jul 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. assert a.sort() == BitVecSort(128)
  2. assert b.sort() == BitVecSort(128)
  3. Extract( Extract(i+3,i,b)*8+7, Extract(i+3,i,b)*8, a)
  4.  
  5. z3.z3types.Z3Exception: Symbolic expressions cannot be cast to concrete Boolean values.
  6.  
  7. >>> a = Int('a')
  8. >>> b = BitVec('b', a)
  9. ctypes.ArgumentError: argument 2: <class 'TypeError'>: wrong type
Add Comment
Please, Sign In to add comment