Simple Timetabling Problem

Execution
Usage (in folder \bin):
    tt file.cfg output_folder
    or tt file.cfg input.xml output_folder

    file.cfg ... configuration file
    output_dir ... output folder
Example1: generate and solve a new problem (20 activities/rooms/instructors/classes, 80% fill factor, 50 binary dependences)
    tt.bat "..\cfg\tt\SimpleTT(20,80,50).cfg" "c:\temp\SimpleTT"
Example2: load problem from the given XML file and solve it
    tt.bat "..\cfg\tt\SimpleTT.cfg" "..\data\tt\SimpleTT(20,80,50)_1.xml" "c:\temp\SimpleTT"
Output:
    Output is located in the folder output_dir\<date>.
For more details about the problem implementation and parameters (i.e., content of the configuration file file.cfg), please consult the problem implementation (package ifs.example.tt).

[back]