Deliverable 2

Uploaded the zip file containing the source code for Automated Partial Order Sorting.

Download deliverable 2

Guidelines:

1. Partial_Order_Sort_Auto.java contains the source code.

2. input.properties contains input values n_init, n_final, k_init, m_init, variable. Set the values for the first 4 and set variable as k or m.

3. The code can be run by:

java Partial_Order_Sort_Auto

The javadoc files can be created by double clicking on the Partial_Order_Sort_Auto.bat file. That would create a folder posa. The index.html page in the posa folder contains all the necessary documentation.