Skip to content

Timetabling models implemented in AMPL based on MILP formulations

License

Notifications You must be signed in to change notification settings

romz-pl/timetabling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 

Repository files navigation

AMPL models for solving Timetabling problem

Important

Timetabling is the allocation, subject to constraints, of given resources to objects being placed in space-time, in such way as to satisfy as nearly as possible a set of desirable objectives.

A. Wren. Scheduling, timetabling and rostering - A special relationship? In Edmund Burke and Peter Ross, editors, Practice and Theory of Automated Timetabling, volume 1153 of Lecture Notes in Computer Science, pages 46-75. Springer Berlin / Heidelberg, 1996

Note

An integer programming problem is a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers. In many settings the term refers to integer linear programming (ILP), in which the objective function and the constraints (other than the integer constraints) are linear.

Wikipedia: Integer programming

Our Models based on MILP

Models based on MILP that have been published in the literature

2022

2021

2020

2014