Specifies that a particular event must use a specified resource.
This module allows you to make a fixed assignement of a certain variable resource to a certain event.
There is no fitness function, so the "weight" and "mandatory" module options are ignored (restrictions set by this module are always mandatory).
This module works with any combination of defined resource types. For each resource type a "fixed-xxx" event restriction is defined, where xxx is replaced with the name of a variable resource type.
Consider the following example:
<event name="example" repeats="2"> ... <restriction type="fixed-room">10</restriction> </event>
This will force both repeats of the event "example" to be scheduled in the room 10. Of course the room resource type must be defined somewhere in the rest of the XML file.
Configuration file must define the following resource types in order to use this module:
This module belongs to the following groups:
Tomaz Solc, tomaz.solc@tablix.org