If one formula has more than one model, is there some way to print them?
I have a problem for which I know there are many solutions. However, if I use the following commands
(check-sat)
(get-model)
(check-sat)
(get-model)
z3
prints the same model twice, instead of giving me two different models.
Q: Is there any way to extract multiple, different, models of a formula?