English

Simulation Algorithms for Symbolic Automata (Technical Report)

Logic in Computer Science 2018-07-30 v2 Formal Languages and Automata Theory

Abstract

We investigate means of efficient computation of the simulation relation over symbolic finite automata (SFAs), i.e., finite automata with transitions labeled by predicates over alphabet symbols. In one approach, we build on the algorithm by Ilie, Navaro, and Yu proposed originally for classical finite automata, modifying it using the so-called mintermisation of the transition predicates. This solution, however, generates all Boolean combinations of the predicates, which easily causes an exponential blowup in the number of transitions. Therefore, we propose two more advanced solutions. The first one still applies mintermisation but in a local way, mitigating the size of the exponential blowup. The other one focuses on a novel symbolic way of dealing with transitions, for which we need to sacrifice the counting technique of the original algorithm (counting is used to decrease the dependency of the running time on the number of transitions from quadratic to linear). We perform a thorough experimental evaluation of all the algorithms, together with several further alternatives, showing that all of them have their merits in practice, but with the clear indication that in most of the cases, efficient treatment of symbolic transitions is more beneficial than counting.

Keywords

Cite

@article{arxiv.1807.08487,
  title  = {Simulation Algorithms for Symbolic Automata (Technical Report)},
  author = {Lukáš Holík and Ondřej Lengál and Juraj Síč and Margus Veanes and Tomáš Vojnar},
  journal= {arXiv preprint arXiv:1807.08487},
  year   = {2018}
}

Comments

To appear in ATVA'18

R2 v1 2026-06-23T03:10:28.978Z