http://intime.sf.net interactive school timetabling


ressources
home page at sf.net
project page at sf.net
links
users
specification
- glossary
- student groups
- automatization
download
manual
- data format
contact
developers
explanations
contact

hosted by
SourceForge.net Logo
about the source code

To produce a HTML documentation of the C++ source, cd src and run doxygen. Then point a browser to src/html/index.html.

The following abbreviations are used throughout the source code. Compare the glossary for definitions of the timetabling terms.

AActivity
CXClass (in the C++ sense) of data type X
DA global variable, instance of class CDat, holding all timetable data
EAn attribute of a lesson or an activity: a placeholder for K, P, or R
HHour, as a property of a time slot
iRunning index
IIndex of element in vector VX
jIterator
KClass (a group of students)
LLesson
MMultiplicity (number of lessons of a given activity)
nNumber of ...
NNumber of hours per week
PTeacher ("professor")
RRoom
SXSet of data of type X
TTime slot (specified by hour H and day W)
VXVector of data of type X
WDay of the week, as a property of a time slot
XAny data type, used especially in templates
YRoom type


back to home page