gauntlet
gauntlet copied to clipboard
Varbits not handled
It is complicated to support varbits in z3. For now we convert varbit types to bits and evaluate them as such. In the future, we need to add a data structure that will test every possible bit length for varbits.
Possibly relevant work: https://www-cs.stanford.edu/~yoniz/jar20.pdf Hope some form of this gets eventually implemented