domain_t Struct Reference

Domain structure. More...

#include <chromo.h>

Collaboration diagram for domain_t:

Collaboration graph
[legend]

Data Fields

int valnum
 Number of resources in the array.
int * val
 Array of possible resource IDs for this variable.
resourcetype * restype
 Pointer to the resource type this domain belongs to.
int tuplenum
 Number of tuples in the array.
int * tuples
 Array of tuple IDs that are in this domain.
domain * next
 Pointer to the next struct in the linked list.
domain * prev
 Pointer to the previous struct in the linked list.

Detailed Description

Domain structure.

This structure describes which resources of a certain variable resource type can be assigned to tuples (events) in this domain.


Generated on Tue Jul 3 13:23:36 2007 for Tablix by  doxygen 1.5.2