Incremental construction of minimal deterministic finite cover automata

  • Authors:
  • Cezar Câmpeanu;Andrei Paun;Jason R. Smith

  • Affiliations:
  • Department of Computer Science and Information Technology, University of Prince Edward Island, Charlottetown, Canada;Department of Computer Science/Institute for Micromanufacturing, College of Engineering and Science, Louisiana Tech University, Ruston, Louisiana, LA;Department of Computer Science/Institute for Micromanufacturing, College of Engineering and Science, Louisiana Tech University, Ruston, Louisiana, LA

  • Venue:
  • Theoretical Computer Science - Implementation and application of automata
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a fast incremental algorithm for constructing minimal Deterministic Finite Cover Automata (DFCA) for a given language. Since it was shown that the minimal DFCA for a language L has less states than the minimal Deterministic Finite Automata (DFA) for the same language L, this technique seems to be the best choice for incrementally building the automaton for a large language, especially when the number of states in the DFCA is significantly less than the number of states in the corresponding minimal DFA. We have implemented the proposed algorithm and have tested it against the best-known DFCA minimization technique.