Usage:
java -Xmx512m -jar studentsct-1.1.jar file.cfg input.xml output_dir batch|online|simple
file.cfg ... configuration file
input.xml ... input data file
output_dir ... output folder
Sectioning modes:
batch ... batch sectioning (IFS solver is used)
online ... online sectioning (students are sectioned one by one, sectioning info (expected/held space) is used)
simple ... simple sectioning (students are sectioned one by one, sectioning info is not used)
Example:
java -Xmx512m -jar studentsct-1.1.jar sect.cfg pu-sect06-fal07.xml .\output\pu-sect06-fal07 batch
java -Xmx512m -jar studentsct-1.1.jar sect.cfg pu-sect06-fal07-s.xml .\output\pu-sect06-fal07-s online
Output:
Output is located in the folder output_dir\<date>.
Example configuration file:[sect]
For more details about the problem implementation, please consult the problem (packages net.sf.cpsolver.studentsct.*).
|