triska / simsttab

Simple timetabling engine for schools

Home Page:https://www.metalevel.at/simsttab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simsttab — A simple timetabling engine for schools

See

https://www.metalevel.at/simsttab/

for more information.

Sample invocation:

$ scryer-prolog simsttab.pl reqs.pl

Sample query:

?- requirements_variables(Rs, Vs),
   labeling([ff], Vs),
   print_classes(Rs).

This constructs a timetable that satisifies the requirements stated in reqs.pl.

About

Simple timetabling engine for schools

https://www.metalevel.at/simsttab/


Languages

Language:Prolog 100.0%