College Timetable Generation Using Graph Neural Networks and Reinforcement Learning
Keywords:
Academic Timetable Generation, Graph Neural Networks, Constraint Satisfaction, OR-Tools, Automated Scheduling, Multi-Department Timetabling, Faculty Preferences, Artificial Intelligence, OptimizationAbstract
Automating academic timetable scheduling is a complex and resource-intensive challenge faced by many multi-department educational institutions. This paper presents a hybrid web-based timetable generation system Graph Neural Networks (GNN), and Google OR-Tools to efficiently create optimized, conflict-free timetables for undergraduate engineering programs. The system supports multiple departments, years, and faculty constraints such as availability preferences, designation priorities, and subject difficulty. Using a PHP-MySQL frontend coupled with a Python backend, the platform enables real-time data management and iterative schedule refinement. Experimental evaluation demonstrates that the system produces high-quality timetables within minutes, strictly enforces hard constraints (no double-booking, lunch breaks, practical sessions), and accommodates soft preferences effectively. Finally, a Proximal Policy Optimization–based Reinforcement Learning (RL) agent performs a brief local “polishing” pass on the CP-SAT output to further reduce soft-constraint penalties via learned slot-level adjustments. The modular architecture ensures scalability and extensibility for future academic planning needs. This work contributes a practical AI-augmented solution for improving institutional scheduling efficiency and quality.











