Counterexample searches in Spot

From LRDE

Revision as of 18:07, 29 January 2019 by Bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Abstract

Spot is an -automata manipulation library who aims to help doing -automata-theoretic approach to model checking or develop tools for -automata transformation. As such, it provides many algorithms, with many different implementations depending of the specificities of each -automaton. Of those algorithms, emptiness check algorithms and counterexample search algorithms are often used, with various goals, and since their results are linked, they are often used together. However, some implementations of emptiness check algorithms lack a similar counterexample search implementation which is able to work in the same way on the same automata. We introduce two implementations of counterexample computation, which complete two already existing implementations of emptiness check algorithms by walking in their footsteps and reusing some of the data they gathered to efficiently compute counterexamples.