We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.FL

Change to browse by:

cs

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Formal Languages and Automata Theory

Title: Mata, a Fast and Simple Finite Automata Library (Technical Report)

Abstract: Mata is a well-engineered automata library written in C++ that offers a unique combination of speed and simplicity. It is meant to serve in applications such as string constraint solving and reasoning about regular expressions, and as a~reference implementation of automata algorithms. Besides basic algorithms for (non)deterministic automata, it implements a fast simulation reduction and antichain-based language inclusion checking. The simplicity allows a straightforward access to the low-level structures, making it relatively easy to extend and modify. Besides the C++ API, the library also implements a Python binding. The library comes with a large benchmark of automata problems collected from relevant applications such as string constraint solving, regular model checking, and reasoning about regular expressions. We show that Mata is on this benchmark significantly faster than all libraries from a wide range of automata libraries we collected. Its usefulness in string constraint solving is demonstrated by the string solver Z3-Noodler, which is based on Mata and outperforms the state of the art in string constraint solving on many standard benchmarks.
Subjects: Formal Languages and Automata Theory (cs.FL)
Cite as: arXiv:2310.10136 [cs.FL]
  (or arXiv:2310.10136v3 [cs.FL] for this version)

Submission history

From: Lukas Holik [view email]
[v1] Mon, 16 Oct 2023 07:20:01 GMT (1375kb,D)
[v2] Tue, 17 Oct 2023 14:11:41 GMT (1129kb,D)
[v3] Wed, 27 Mar 2024 20:29:13 GMT (1143kb,D)

Link back to: arXiv, form interface, contact.