Darwin
1.10(beta)
|
defines an assignment to a subset of the variables More...
Public Member Functions | |
drwnPartialAssignment () | |
construct an empty partial assignment | |
drwnPartialAssignment (const drwnFullAssignment &a) | |
construct a partial assignment from a full assignment (values of -1 in the full assignment are ignored) | |
drwnPartialAssignment (const drwnFullAssignment &a, const drwnClique &c) | |
construct a partial assignment from a full assignment over a subset of the variables | |
drwnClique | getClique () const |
return the clique of variables over which the partial assignment is defined | |
operator drwnFullAssignment () const | |
typecast a partial assignment to a full assignment (missing values are assigned -1) | |
defines an assignment to a subset of the variables