Hacker News new | ask | show | jobs
by jsnell 606 days ago
The constraints are going to be static and independent of the puzzle. So I expect they're encoded in the package dependencies. So for example version 1 of the package sudoku_0_0 will conflict with all of: version 1 of sudoku_[0-8]_0; version 1 of sudoku_0_[0-8]; version 1 of [012]_ [012].
1 comments

generate_packages makes it moderately clear:

https://github.com/konstin/sudoku-in-python-packaging/blob/m...