# Lazy Automata Techniques for WS1S

**Authors:** Tom\'a\v{s} Fiedor, Luk\'a\v{s} Hol\'ik, Petr Jank\r{u}, Ond\v{r}ej, Leng\'al, Tom\'a\v{s} Vojnar

arXiv: 1701.06282 · 2017-01-25

## TL;DR

This paper introduces a novel on-the-fly automata-based decision procedure for WS1S that employs symbolic pruning techniques, significantly improving efficiency over classical methods in many cases.

## Contribution

It develops a new decision procedure for WS1S that integrates symbolic, on-the-fly automaton construction with advanced pruning techniques like subsumption and early termination.

## Key findings

- The new method often outperforms the classical MONA tool.
- Pruning techniques reduce the automaton state space effectively.
- Experimental results demonstrate significant efficiency gains.

## Abstract

We present a new decision procedure for the logic WS1S. It originates from the classical approach, which first builds an automaton accepting all models of a formula and then tests whether its language is empty. The main novelty is to test the emptiness on the fly, while constructing a symbolic, term-based representation of the automaton, and prune the constructed state space from parts irrelevant to the test. The pruning is done by a generalization of two techniques used in antichain-based language inclusion and universality checking of finite automata: subsumption and early termination. The richer structure of the WS1S decision problem allows us, however, to elaborate on these techniques in novel ways. Our experiments show that the proposed approach can in many cases significantly outperform the classical decision procedure (implemented in the MONA tool) as well as recently proposed alternatives.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.06282/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1701.06282/full.md

## References

24 references — full list in the complete paper: https://tomesphere.com/paper/1701.06282/full.md

---
Source: https://tomesphere.com/paper/1701.06282