7
0

Deconstructing Subset Construction -- Reducing While Determinizing

Abstract

We present a novel perspective on the NFA canonization problem, which introduces intermediate minimization steps to reduce the exploration space on-the-fly. Essential to our approach are so-called equivalence registries which manage information about equivalent states and allow for incorporating further optimization techniques such as convexity closures or simulation to boost performance. Due to the generality of our approach, these concepts can be embedded in classic subset construction or Brzozowski's approach. We evaluate our approach on a set of real-world examples from automatic sequences and observe that we are able to improve especially worst-case scenarios. We implement our approach in an open-source library for users to experiment with.

View on arXiv
@article{nicol2025_2505.10319,
  title={ Deconstructing Subset Construction -- Reducing While Determinizing },
  author={ John Nicol and Markus Frohme },
  journal={arXiv preprint arXiv:2505.10319},
  year={ 2025 }
}
Comments on this paper