|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A cloneable version of the ExtensionalSupportMDD constraint. More...

Public Member Functions | |
| ExtensionalSupportMDDCloneable (MDDCloneable diagram) | |
| It creates an extensional constraint. | |
| ExtensionalSupportMDDCloneable (IntVarCloneable[] vars, int[][] table) | |
| Constructor. | |
| ExtensionalSupportMDDCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ExtensionalSupportMDDCloneable > | |
| abstract C | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Creates a new constraint that is a (state-less) clone of this one, but expressed on the variables with the same names found in the input store. | |
A cloneable version of the ExtensionalSupportMDD constraint.
| org.jacop.constraints.ExtensionalSupportMDDCloneable.ExtensionalSupportMDDCloneable | ( | MDDCloneable | diagram | ) |
It creates an extensional constraint.
| diagram | multiple-valued decision diagram describing allowed tuples. |
Referenced by cloneInto().
| org.jacop.constraints.ExtensionalSupportMDDCloneable.ExtensionalSupportMDDCloneable | ( | IntVarCloneable[] | vars, |
| int | table[][] ) |
Constructor.
| vars | the variables |
| table | the table |
| ExtensionalSupportMDDCloneable org.jacop.constraints.ExtensionalSupportMDDCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |