An efficient incremental DFA minimization algorithm

  • Authors:
  • Bruce W. Watson;Jan Daciuk

  • Affiliations:
  • Dept. of Comp. Sci., Univ. of Pretoria, SA and Soft. Const. Res. Grp., Tech. Univ. of Eindhoven, The Netherlands and Ribbit Software Systems Inc. & FST Labs e-mail: watson@fst-labs.com;Alfa-Informatica, Rijksuniversiteit Groningen, Groningen, The Netherlands and Technical University of Gdansk, Poland e-mail: jandac@eti.pg.gda.pl

  • Venue:
  • Natural Language Engineering
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we present a new Deterministic Finite Automata (DFA) minimization algorithm. The algorithm is incremental – it may be halted at any time, yielding a partially-minimized automaton. All of the other (known) minimization algorithms have intermediate results which are not useable for partial minimization. Since the first algorithm is easily understood but inefficient, we consider three practical and effective optimizations. The first two optimizations do not affect the asymptotic worst-case running time – though they perform well on a large class of automata. The third optimization yields an quadratic-time algorithm which is competitive with the previously known ones.