File: minrooms.html

package info (click to toggle)
tablix2 0.3.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,024 kB
  • sloc: ansic: 24,593; xml: 13,161; sh: 10,409; makefile: 800; perl: 564; yacc: 289; sed: 16
file content (57 lines) | stat: -rw-r--r-- 1,842 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
	<head>
		<title>minrooms.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>minrooms.so module reference</h1>

		<h2>Description</h2>
<p>
The number of weights added by this module is equal to the total number 
of used rooms minus 1.</p>
<p>Of course, you have to use this in combination with the <a href="timeplace.html">timeplace.so</a> 
module, otherwise the best fit would be to place all events in the same 
room. Also, this module may not be used as a mandatory one, because a 
fitness of zero is unlikely.</p>
<p>Finally: I've had best results with small weights, which is also logical.</p>
<p>The module is used like all the others, with no other options or directives:</p>
<pre>&lt;module name="<a href="minrooms.html">minrooms.so</a>" weight="10" mandatory="no"/&gt;</pre>
		<h2>Required resource types</h2>
		<p>Configuration file must define the following resource types 
		in order to use this module:</p>

		<ul>
<li>room</li>
		</ul>
		<h2>Defined resource restrictions</h2>
		<h2>Defined tuple restrictions</h2>
		<h2>Supported module options</h2>

		<h2>Module groups</h2>
		<p>This module belongs to the following groups:</p>
		<ul>
<li>Simple meeting scheduling</li>
		</ul>
		<h2>Author</h2>
<p>Seppe vanden Broucke, <a href="mailto:"></a></p><h2>Credits</h2><p><p>Minor modifications by Tomaz Solc</p>
</p>	<p><a href="index.html">Back to index</a></p>
	</body>
</html>