English

Reduction of Nondeterministic Tree Automata

Formal Languages and Automata Theory 2016-01-07 v2

Abstract

We present an efficient algorithm to reduce the size of nondeterministic tree automata, while retaining their language. It is based on new transition pruning techniques, and quotienting of the state space w.r.t. suitable equivalences. It uses criteria based on combinations of downward and upward simulation preorder on trees, and the more general downward and upward language inclusions. Since tree-language inclusion is EXPTIME-complete, we describe methods to compute good approximations in polynomial time. We implemented our algorithm as a module of the well-known libvata tree automata library, and tested its performance on a given collection of tree automata from various applications of libvata in regular model checking and shape analysis, as well as on various classes of randomly generated tree automata. Our algorithm yields substantially smaller and sparser automata than all previously known reduction techniques, and it is still fast enough to handle large instances.

Keywords

Cite

@article{arxiv.1512.08823,
  title  = {Reduction of Nondeterministic Tree Automata},
  author = {Ricardo Almeida and Lukáš Holík and Richard Mayr},
  journal= {arXiv preprint arXiv:1512.08823},
  year   = {2016}
}

Comments

Extended version (including proofs) of material presented at TACAS 2016

R2 v1 2026-06-22T12:19:47.203Z