#include <constraintnet.h>
Collaboration diagram for ConstraintEdgeStruct:
Definition at line 107 of file constraintnet.h.
Data Fields | |
int * | counter |
Boolean * | isMarked |
Boolean * | m |
Vector * | nextSupport |
Vector * | prevSupport |
ConstraintEdgeStruct * | reverse |
Vector * | s |
ScoreMatrix | scores |
ConstraintNode | start |
ConstraintNode | stop |
|
counts support Definition at line 118 of file constraintnet.h. |
|
flag for marking, obsolete? Definition at line 119 of file constraintnet.h. Referenced by cnBuildEdges(), and cnDeleteEdge(). |
|
flag whether <x,a> is already processed Definition at line 114 of file constraintnet.h. |
|
used by module arcconsistency Definition at line 116 of file constraintnet.h. |
|
used by module arcconsistency Definition at line 115 of file constraintnet.h. |
|
points to the inverse of the edge itself. Definition at line 110 of file constraintnet.h. Referenced by cnBuildEdges(). |
|
used by module arcconsistency Definition at line 117 of file constraintnet.h. |
|
holds all binary scores calculated for pairs of LVs from the two nodes Definition at line 112 of file constraintnet.h. Referenced by cnBuildEdges(), cnDeleteEdge(), and cnPrintEdge(). |
|
start node Definition at line 108 of file constraintnet.h. Referenced by cmdEdges(), cnBuildEdges(), and cnPrintEdge(). |
|
end node Definition at line 109 of file constraintnet.h. Referenced by cmdEdges(), cnBuildEdges(), and cnPrintEdge(). |