LATEST RELEASE NOTES:
=====================

To successfully execute the different programs you need:

Java 2 SDK Standard Edition Version 1.4.2 or higher

It might be possible to execute the programs on lower versions than 1.4.2, but
that's not fully tested.

It is recommended to copy the programs to hard-disc for exercise-saving purposes.

To start a specific program do the following:

---------------------------------------------------------------------------------
=== GenEditor ===================================================================
---------------------------------------------------------------------------------

double-click "generation.jar" or "START_GenEditor.bat"

or enter in command-prompt
java -jar generation.jar

---------------------------------------------------------------------------------
=== WorkEditor ==================================================================
---------------------------------------------------------------------------------

double-click "work.jar" or "START_WorkEditor.bat"

or enter in command-prompt
java -jar work.jar

Note: Computer-evaluated exercises are automatically saved to the directory
"exercises/completed" with a free filename pattern link "comp_?????.xml".

---------------------------------------------------------------------------------
=== EvalEditor ==================================================================
---------------------------------------------------------------------------------

double-click "evaluation.jar" or "START_EvalEditor.bat"

or enter in command-prompt
java -jar evaluation.jar

Note: The Jedas-Recording must be started before loading an exercise. Otherwise
the Jedas-Animation is in EvalPlayer not playable. To evaluate another exercise,
the EvalEditor needs a restart. This is a bug in Jedas, and cannot
fixed without changings in the Jedas-Library.

---------------------------------------------------------------------------------
=== EvalPlayer ==================================================================
---------------------------------------------------------------------------------

double-click "evalplayer.jar" or "START_EvalPlayer.bat"

or enter in command-prompt
java -jar evalplayer.jar

Note: The Animation might have display-failures, but this is a bug in Jedas and
cannot fixed without changings in the Jedas-Library.

---------------------------------------------------------------------------------
=== AutoGenerator ===============================================================
---------------------------------------------------------------------------------

Use the BAT-files to generate a exercise of specific difficulty and mode.

or enter in command-prompt one of the following:
java -cp mauda.jar;generation.jar generation.AutoGenerator FibHeap EASY NORMAL
java -cp mauda.jar;generation.jar generation.AutoGenerator FibHeap MEDIUM NORMAL
java -cp mauda.jar;generation.jar generation.AutoGenerator FibHeap HARD NORMAL

The generated exercises automatically saved in the "exercises/unworked" directory
with a free filename pattern like "ex_?????.xml".

Important:
Automatic generation of FAULT-mode or Binomial-Queue exercises not supported!
