FET

Jump to: navigation, search
Icon-obsolete.png
This article or section refers to the version '11.2' and it is now obsolete!
Please refer to this article's discussion page for more information.
FET is open source free software for automatically scheduling the timetable of a school, high-school or university. It uses a fast and efficient timetabling algorithm. It is licensed under GPL.
FET

Screenshot-FET.png

A FET Screen

Download for openSUSE


Developer: Liviu Lalescu
License: GPLv2
Web: http://www.lalescu.ro/liviu/fet/


About

The package is based on C ++ and QT4 and source is available for GNU/Linux, WIndows and Mac OSX.

Features

  • FET is free software (open source). You can freely use, copy, modify and re-distribute it, as GNU/GPL permits (but please consider a donation)
  • Localized to en_GB (English), ar (Arabic), ca (Catalan), de (German), el (Greek), es (Spanish), fr (French), hu (Hungarian), id (Indonesian), it (Italian), mk (Macedonian), ms (Malay), nl (Dutch), pl (Polish), ro (Romanian) and tr (Turkish) (maybe incompletely)
  • Fully automatic generation algorithm, allowing also semi-automatic or manual allocation
  • Platform independent implementation, allowing running on GNU/Linux, Windows, Mac and any system that Qt supports
  • Powerful flexible modular xml format for the input file, allowing editing with an xml editor or by hand (besides FET)
  • Possibility to view the currently generated timetable without stopping the ongoing simulation (as html on hard disk)
  • The resulted timetables are exported into xml and html formats
  • Very flexible students (pupils) structure, organized into sets: years, groups and subgroups. FET allows overlapping years and groups and non-overlapping subgroups. You can even define individual students (as separate sets)
  • Each constraint has a weight percentage, from 0.0% to 100.0% (some special constraints can have only 100% weight percentage possible)
  • Maximum total number of hours (periods) per day: 60 (can be increased, but until now nobody suggested a larger value)
  • Maximum number of working days per week: 28 (can be increased, but until now nobody suggested a larger value)
  • Maximum total number of teachers: 700 (can be increased, but until now nobody suggested a larger value)
  • Maximum total number of sets of students: 15000 (can be increased, but until now nobody suggested a larger value)
  • Maximum total number of subjects: 1000 (can be increased, but until now nobody suggested a larger value)
  • Virtually unlimited number of subject tags
  • Maximum number of activities: 5000 (can be increased, but until now nobody suggested a larger value)
  • Maximum number of rooms: 1000 (can be increased, but until now nobody suggested a larger value)
  • Maximum number of buildings: 100 (can be increased, but until now nobody suggested a larger value)
  • Adjustable duration for each activity (each activity can have duration of 1 hour, 2 hours, 3 hours or more)
  • Possibility of adding multiple teachers and students sets for each activity. That is, each activity can have specified any number of students subgroups (sets) and any number of teachers (it is possible to have no teacher or no students set for an activity, also)
  • Maximum number of time constraints: 10000 (can be increased, but until now nobody suggested a larger value)
  • Maximum number of space constraints: 10000 (can be increased, but until now nobody suggested a larger value)
  • A large and flexible palette of time constraints:
    • Constraint basic compulsory time
    • Constraint students (set) early max beginnings at second hour
    • Constraint students (set) max gaps per week
    • Constraint min n days between activities (to allow balancing the activities in a week)
    • Constraint activity preferred time (to specify for an activity a preferred day, hour or both)
    • Constraint activity preferred times
    • Constraint activities preferred times (you can specify a set of activities by teacher, subject, subject tag or students and a set of preferred or allowed periods).
    • Constraint break
    • Constraint students (set) max (min) hours daily
    • Constraint teacher(s) max (min) hours daily
    • Constraint students set not available
    • Constraint teacher max days per week
    • Constraint teacher not available
    • Constraint teachers max gaps per week
    • Constraint activities same starting hour
    • Constraint activities same starting time
    • Constraint activities not overlapping
    • Constraint min gaps between activities
    • Constraint 2 activities consecutive
    • Constraint 2 activities ordered
    • Constraint activity(ies) ends students day
    • Constraint teachers max gaps per day
    • Constraint teacher(s) max hours continuously
    • Constraint students (set) max hours continuously
    • Constraint teacher(s) hourly interval max days per week
    • Constraint students (set) hourly interval max days per week
  • A large and flexible palette of space constraints:
    • Constraint basic compulsory space
    • Constraint room not available
    • Constraint activity preferred room(s)
    • Constraint subject preferred room(s)
    • Constraint subject subject tag preferred room(s)
    • Constraints to control building changes for students and teachers (min gaps between building changes, max building changes per day, max building changes per week)


Repository for 11.2

If you want to install FET in openSUSE 11.2 please add this repository


External Links