Z3: Invalid bounded variables
I am trying to see validity of a sentence in Z3 (Python), but I am getting the following message: Invalid bounded variable(s) I copy here the steps I followed: v, a, b, c, d, e = Ints(‘v a b c d e’) lt_1 = (v == 4) lt_2 = (v == 2) lt_3 = (v… Read More Z3: Invalid bounded variables