Hacker News new | ask | show | jobs
by lemoing 957 days ago
Yes, but filling a grid in a way that satisfies all of the regular expressions is a much harder problem than matching a single regex.

Semi-related: generating fill for regular crosswords is NP-complete: https://www.sciencedirect.com/science/article/abs/pii/S03043...

1 comments

Well, at this scale, it would take longer to set up a SAT solver than it would for the SAT solver to list all valid solutions.