Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
/ timetable_scheduler Public archive

A scheduler for the High School Timetabling Problem (HSTT).

Notifications You must be signed in to change notification settings

algo-1/timetable_scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Timetable Scheduler

Python Commands

From the timetable_scheduler/python dir run, python setup install

From the timetable_scheduler dir,

  • python -m python.src.XHSTTS.xhstts to run the xhstts.py script
  • python -m python.src.Algorithms.random_algorithm to run the algorithms (replace random_algorithm with the name of the algorithm file excluding the '.py')
  • pytest -v -s python/src/tests/test.py to run the test file (requires installing pytest)

About

A scheduler for the High School Timetabling Problem (HSTT).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages