Determining whether a regex is a subset of another
Trying to find the complexity of this problem lead me to this paper. The formal definition of the problem can be found within: this is generally called the inclusion problem The inclusion problem for R, is to test for two given expressions r, r′ ∈ R, whether r ⊆ r′. That paper has some great … Read more