I am new to z3py and went through the Z3 API in Python , but couldn't figure out how to define an array of bitvectors.
I need something like:
DOT__mem[16] = BitVec('DOT__mem[16]', 8)
but this syntax did not work, even in the practice panel in the tutorial.
Can anyone help with the correct syntax?
source share