Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

SMEntryStruct Struct Reference
[Scorematrix - The matrix of scores appearing in each ConstraintEdge]

Collaboration diagram for SMEntryStruct:

Collaboration graph
[legend]

Detailed Description

Entry in the matrix. All entries in the matrix are pairs of a score and a flag indicating whether this pair is valid or not.

Definition at line 46 of file scorematrix.c.

Data Fields

Boolean flag
double score


Field Documentation

Boolean SMEntryStruct::flag
 

indicating if this is a valid pari Definition at line 48 of file scorematrix.c.

Referenced by smGetFlag(), smNew(), smSetAllFlags(), and smSetFlag().

double SMEntryStruct::score
 

score of this entry Definition at line 47 of file scorematrix.c.

Referenced by smGetScore(), smNew(), and smSetScore().


The documentation for this struct was generated from the following file:
CDG 0.95 (20 Oct 2004)