Usage (in folder \bin):
purdue.bat file.cfg [output_dir]
file.cfg ... configuration file
output_dir ... output folder
Example:
purdue ..\cfg\purdue\fal2005.cfg c:\temp\fall2005
Output:
Output is located in the folder output_dir\<date>, solution is written in the file solution.xml.
For more details about the problem implementation, please consult the documentation of the main class ttsolver.Test and the problem implementation (packages ttsolver, ttsolver.constraint, ttsolver.heuristics and ttsolver.model).
|