Help find a 3x3 magic square of squares. Here is a winforms interface to the C++ magic squares code. The MagicLibrary assembly can be easily used in other applications to search for a magic square of squares. The source is included.
http://landon314.brinkster.net/MagicSearcher.zip
It currently only runs on Windows. i wanted to make OSX and Linux versions, but Mono does not support mixed mode assemblies! (MagicLibrary is a C++/CLI wrapper of unmanaged search code that i wrote a while back that uses Victor Shoup's NTL).
The search so far is documented in the following.
http://landon314.brinkster.net/magicSearch.pdf
No comments:
Post a Comment