Implementation of a dictionary based on minimal deterministic finite-state automata (minimal DFA) in which a key is associated with a set of values.
Minimization of the DFA is to be done using approach described in Almeida et al. (2010)
CMake ≥ 3.18
is required.