jonadsimon / wonder-words-generator

Generates WonderWords puzzles
Apache License 2.0
2 stars 0 forks source link

Add constraint that # of letters must equal one of the hidden_word lengths #23

Closed jonadsimon closed 2 years ago

jonadsimon commented 2 years ago

Currently the MiniZinc script terminates as a valid board is found, however this board may contain too many blanks to fill with a hidden word.

Therefore keep optimizing until a board is found having the appropriate number of blanks

jonadsimon commented 2 years ago

Dumb and unnecessary