Question

I used fixedpoint of z3, and I found that the running time of the fixedpoint is always different. Have you meet the same problem? why does this happen?

Was it helpful?

Solution

Sounds unexpected if you get large variety for the same code starting from the same state. If you start from different states (that is, if you have made miscellaneous calls to Z3 whether over the text API or programmatic API, between the rounds). Z3 should otherwise not exhibit hugely non-deterministic behavior. Non-deterministic behavior may arise from bugs, so it will be appreciated if you can further and more precisely describe the scenario that is exercising it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top