fifth-postulate / packing-puzzle

Create a solver for a packing puzzle
MIT License
3 stars 1 forks source link

Group similar templates and iterate over groups #6

Closed dvberkel closed 5 years ago

dvberkel commented 6 years ago

Some puzzles repeat a similar piece multiple times. At the moment the solver will happily try each and every piece even though it would not fit.

By allowing to group similar pieces, one could easily skip similar pieces.