This program is a companion to my paper
"The Farthest Point map on the regular Dodecahadron".
You need a Java compiler to compile the program.
You compile it with the command

javac *.java

You run it with the command

java Main

It is also useful to use the command ./clean.
This is a short unix script which removes all
the Java .class files.  This uncompiles the 
program, so to speak.

When you bring up the program it has an info window.
The info window gives operating instructions and also
explains what you are looking at.  The program is not
yet in its final state, and I will post more polished
versions as I finish them.  There are still a few
undocumented features.

The directory Mathematica has the Mathematica
code used for the paper.  This directory has its
own README file.

The directories Study0,Study1,Study2,Study3
contain additional programs which I used for
the computer searches and experiments referenced
in the paper.  Later on, I will document these
and add them to the main program.  At the moment,
they might be hard to understand.

I am happy to answer questions about all this code.
