For this project the two input excel files need to be turned into data that can be accessed by the model.

https://github.com/edwardb05/Timetabling-UROP/blob/main/Data_handling.ipynb

What is needed from the excel file:

student_exams ={
	001 : ["Maths","Physics"]
	002 : ["Chemistry","Maths"]
	}