Skip to content

DelilahHoare/sts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Task Scheduler

You will be teaching a class to the same S students for D days. Each day, T tasks need to be completed. Each task must be completed by one student. T ≤ S. On each day, each task must be allocated to one student, and the remaining (S - T) students will be in 'reserve', next in line to complete tasks allocated to students who are away. Each student should ideally complete each task at some point, because they need to learn about all of them for the class. And for fairness, each student should spend approximately the same amount of days in reserve. STS will generate a schedule according to these criteria.

Dependencies

  • Python 3.6+
  • PySide2
  • clingo
  • win32com (optional)

About

Student Task Scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages