Random Placement Problem

Execution
Usage (in folder \bin):
    rpp.bat file.cfg [output_dir]

    file.cfg ... configuration file
    output_dir ... output folder
Example:
    rpp.bat "..\cfg\rpp\rpp80.cfg" "c:\temp\rpp80"
    rpp.bat "..\cfg\rpp\mpp12.cfg" "c:\temp\mpp12"
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 documentation of the main class ifs.example.rpp.Test and the problem implementation (package ifs.example.rpp).

[back]