This directory just has the code for the
tests, with the graphical user interface
stripped off.  You compile the code using
the command javac *java and you run the
code using the command java Main.  

When you run the code, you will be prompted
on the command line to give a pair of integers.
One of the integers (0,1,2,3,4,5) specifies the energy combo
to be tested and the other integer (0,1) specifies
whether you do the floating point test or the interval
test. 

You can also run the program java Main2 which
just does all the tests at once, with the
interval arithmetic.  This takes about 2 days
to complete.
