Skip to content
#

exam-scheduling

Here are 4 public repositories matching this topic...

Backtracking is a general algorithm for finding solutions to some computational problems, notably constraint satisfaction problems, that incrementally builds candidates to the solutions, and abandons a candidate as soon as it determines that the candidate cannot possibly be completed to a valid solution.

  • Updated Jul 31, 2021
  • Python

Open-source scheduler for teacher cover/substitutions & exam invigilation — fair automatic duty assignment + PDF reports. Imports FET timetables. (Guàrdies, substitucions i vigilàncies · guardias y sustituciones)

  • Updated Jul 24, 2026
  • Python

University timetabling and exam scheduling as a constraint satisfaction problem, solved with Google OR-Tools CP-SAT behind a FastAPI service.

  • Updated Jul 30, 2026
  • Python

Improve this page

Add a description, image, and links to the exam-scheduling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the exam-scheduling topic, visit your repo's landing page and select "manage topics."

Learn more