SODLS
Self-orthogonal diagonal Latin squares.
Makes self-orthogonal diagonal Latin squares, SODLS,
for all valid orders, (that is, not order 2, 3, or 6).
Input is an order, (one number), or an order range,
(two numbers separated by white space).
Output files are in folder SODLS[_n].
Each file contains a SODLS followed by a magic square.
The magic square, M, is made from the order N SODLS, Q,
and its transpose, as:
M[row][col] = N x Q[row][col] + Q[col][row] + 1
See http://budshaw.ca/SODLS.html
http://budshaw.ca...