I am using Z3's Python bindings and am curious wether partial mode would speed up my model. However there doesn't seem to be a way to do this in Python. (set_param(...)
doesn"t seem to have a parameter for it)
I considered migrating to pySMT since it claims to support partial mode for Z3, but I would prefer to keep Z3Py.
Bonus question: Would partial mode actually do me any good? I am simulating computer memory in Arrays and want Z3 to ignore entries that are never referenced.