For this project the three input excel files need to be turned into data that can be accessed by the model. The way this is done can be seen in this notebook.

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

Data_handling.ipynb found in the Timetabling-Urop-main folder

What is needed from the excel file:

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