Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Jachtabahn/timetabling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ITC 2019: International Timetabling Competition

Quick Start

On Linux, do

git clone [email protected]:Jachtabahn/timetabling.git
cd timetabling
python parse.py -vv

The timetabling problem consists in finding a good assignment of courses to time slots during a University semester and an assignment of students and lecturers to those courses. It is a very complex combinatorial optimization problem.

I've only begun thinking about this and wrote a very simple script to parse the instances and compute a simple assignment. The above code launches this script to output a simple assignment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages