Does Z3py support Linear Temporal logic LTL? If yes, can you provide an example of simple explain.
Asked
Active
Viewed 614 times
1 Answers
3
Z3 does not support LTL or other temporal or modal logics. The input accepted by Z3 is first-order logic with theories, such as arithmetic.

Nikolaj Bjorner
- 8,229
- 14
- 15