File: perday.html

package info (click to toggle)
tablix2 0.3.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 9,816 kB
  • ctags: 2,970
  • sloc: ansic: 21,647; xml: 12,230; sh: 9,879; makefile: 762; perl: 564; yacc: 288
file content (59 lines) | stat: -rw-r--r-- 1,973 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
		<title>perday.so module reference</title>
		<style type="text/css">
		body {
			font-family: sans-serif;
			font-size: small;
		}
		pre {
			background-color: #eeeeff;
			border: solid 1px #000000;
			padding: 15px;
		}
		a {
			text-decoration: none;
		       	font-weight: bold;
			color: #1A419D;
		}
		</style>
	</head>
	<body>
		<p><a href="index.html">Back to index</a></p>
		<h1>perday.so module reference</h1>

		<h2>Author</h2>
<p>Tomaz Solc, <a href="mailto:tomaz.solc@siol.net">tomaz.solc@siol.net</a></p>
		<h2>Module groups</h2>
		<p>This module belongs to the following groups:</p>
		<ul>
<li>School scheduling</li>
		</ul>
		<h2>Description</h2>
<p>This module calculates weekly dispersion of non-free time slots for 
different resources (usually classes and teachers). Number of added weights 
is equal to the sum of dispersions for all classes.</p>
<p>This module tries to ensure that students have their work evenly 
distributed throughout the week. For example: This module would add zero 
weights if a class has 5 non-free periods on each day of the week. On the 
other hand, it would add 2 weights if this class has 6 non-free periods on
monday, 4 on tuesday and 5 on wednesday, thursday and friday. This is done
by calculating mathematical dispersion of non-free periods through the 
weekdays.</p>
		<h2>Required resource types</h2>
		<p>Configuration file must define the following resource types 
		in order to use this module:</p>

		<ul>
<li>time</li>
		</ul>
		<h2>Defined resource restrictions</h2>
		<h2>Defined tuple restrictions</h2>
		<h2>Supported module options</h2>
<h3>resourcetype</h3>
<p>Use this option to specify one or more constant resource types. Specified
resource types will have their timetables checked by this module.</p>
	<p><a href="index.html">Back to index</a></p>
	</body>
</html>