Magic square finder

This tool uses a brute-force algorithm to find as many magic squares as possible. The solutions are calculated in a random order. Size=3 is very fast. Size=4 is fast enough. Size=5 (or larger) has very large search space and it is very unlikely to find a solution. The entire source-code is on GitHub.

0 solution(s) found.