tablix(1)
NAME
tablix - high school time table generator
SYNOPSIS
tablix_modinfo [ -h | -v] module
DESCRIPTION
Tablix is a high school timetable generator. It uses a coarse-grained
parallel genetic algorithm to construct sensible timetables from
XML-formated school information files. It can run on a single host as well
as on a heterogeneous parallel virtual machine by using PVM3.
Tablix supports loadable modules that extend its functionality. Each module
includes a part of the fitness function that is used by the genetic algorithm
to select best timetables out of a large search space.
Each module can also extend the syntax of the XML configuration file by defining one or more types of <restriction> tags and can accept one or more module
options in the form of <option> tags.
tablix_modinfo is used to display information about a module that is given as
an argument. module must be a name of a valid Tablix module, specified in the
same way as in the <module> tags in the configuration file (without any leading directory and with the .so suffix).
OPTIONS
- -d LEVEL
Set the verbosity level, where LEVEL is one of the following: - 0 (only fatal error messages are shown),
- 1 (fatal and non-fatal errors),
- 2 (errors and a progress indicator),
- 3 (all of the above plus some informational messages) or
- 4 (all of the above plus debug messages).
- -h
- Shows a brief help message.
- -v
Shows compile time options and copyright information.
EXAMPLE
To display information about the module sametime.so
tablix_modinfo sametime.so
AUTHOR
Tomaz Solc (tomaz.solc@siol.net)
SEE ALSO
tablix(1), Tablix User's Manual, Tablix modules HOWTO