micfong-z / OptiWay

SCIE A1 CS Project Repo
MIT License
0 stars 2 forks source link

Random Timetable Generator #5

Closed micfong-z closed 1 year ago

micfong-z commented 1 year ago

Find and implement a reliable way to generate random timetables for all students.

0010SS commented 1 year ago

Random generator following the school's pattern, done on 18 Sep 2023. Detailed codes can be found at timetable_generation/timetable_generator.py. Codes are written with detailed comments and inductions showing the processes. Five generated model timetables can be found in assets.

micfong-z commented 1 year ago

Closed in 473fc31.