0

Does Z3py support Linear Temporal logic LTL? If yes, can you provide an example of simple explain.

1 Answers1

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