Skip to content

An algorithm that optimally assigns tutors to exercises

Notifications You must be signed in to change notification settings

Rammbock9000/tutor_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

You need a working installation of ScaLP (https://digidev.digi.e-technik.uni-kassel.de/scalp/) In the following, we assume that it is installed in /opt/scalp

Build the project with

  1. "cmake -DCMAKE_PREFIX_PATH=/opt/scalp ."
  2. "make"

Follow the example in file "Exercises_and_Tutors.txt" to set up the solver (lines starting with '#' are comments)

Execute the program with ./tutor_scheduler Exercises_and_Tutors.txt

Scheduling results are written to the console

About

An algorithm that optimally assigns tutors to exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published