| Class | Description |
|---|---|
| EnumerationOnSet | |
| LdAndLk |
In the paper of Aji & McEliece, each local domain is associated with a local
kernel.
|
| ListLocalDomainAndLocalKernel |
This class simply represent a list of all the local domains and local kernels
which are part of the present problem.
|
| LocalDomain |
In the paper of Aji & McEliece, a local domain is defined as follow :
Let X1, ..., Xn be variables taking values in the finite sets A1, ..., An.
|
| LocalDomainExtended |
In the paper of Aji & McEliece, after the triangulation of the moral graph
the next step is to form a junction tree with the cliques of
the moral as vertex labels.
|
| LocalKernel |
In the paper of Aji & McEliece, a local kernel is defined as follow :
Let X1, ..., Xn be variables taking values in the finite sets A1, ..., An.
|
| Variable |
This class is used to represent a math Variable, This class contain a String
which is the label of the variable ( eg : "x" ) and an ArrayList of Object
which represent the set K ( ie : domain of the variable ).
|