How to specify soft timeout in z3py
z3 has “-t” to set the soft timeout (in milli seconds). But when I use z3 in Python, I cannot set “-t” through “set_option” or “Optimize.set” API.
z3 has “-t” to set the soft timeout (in milli seconds). But when I use z3 in Python, I cannot set “-t” through “set_option” or “Optimize.set” API.