Hi JPF, didn't take long to rejig my code to make r5c5 a black cell. I can confirm that the highest score for ZWANZIGER in Row and Column 2 is 221, of which there are 32 instances. Here is one that is slightly different from yours.
- Code: Select all
---------------------
| Z Z Z S # Z A R F |
| Z W A N Z I G E R |
| Z A # O U P # I O |
| S N O O Z L I N G |
| # Z U Z # O L D # |
| Z I P L O C K E D |
| A G # I L K # X I |
| R E I N D E X E D |
| F R O G # D I D Y |
---------------------
Score = 221
Even with my code set to transpose mode, to reduce search time (Rows 2468 are set equal to Columns 2468), the number of solutions is still enormous, 124,193,832. Without transpose mode the number of solutions was past 500,000,000 before I killed the execution. This high number of solutions is probably because of the large number of short words. Nevertheless, with two ZZZSs locked in transpose the top left corner, it seems that transposable solutions give the maximum score.
Leren