input/student{n}_school{m}
: n students and m schoolsstudent{n}_school{m}_students_seed{k}.csv
: generated preference list of students with seed kstudent{n}_school{m}_schools.csv
: capacity of each schools
output/student{n}_school{m}
: n students and m schoolsstudent{n}_school{m}_result_optimal_seed{k}.csv
: student-optimal matching withstudents_seed{k}.csv
student{n}_school{m}_result_tb_seed{k}.csv
: student-oriented matching by tie-breaking algorithm withstudents_seed{k}.csv
student{n}_school{m}_summary.csv
: utilization and execution time
figures/student{n}_school{m}
: n students and m schoolsstudent{n}_school{m}_utility.png
: figure of qualitative utilitystudent{n}_school{m}_execution_time.png
: figure of execution time
python3 scripts/generate.py 100 5 input 0 1 2 3 4 5 6 7 8 9 0
python3 scripts/plot.py 100 5 output figure