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

Public Member Functions | |
| ExtensionalSupportVACloneable (IntVarCloneable[] vars) | |
| Constructor. | |
| ExtensionalSupportVACloneable (ArrayList<? extends IntVarCloneable > vars, int[][] tuples) | |
| Constructor. | |
| ExtensionalSupportVACloneable (IntVarCloneable[] vars, int[][] tuples) | |
| Constructor. | |
| ExtensionalSupportVACloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ExtensionalSupportVACloneable > | |
| 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. | |
Private Attributes | |
| final int[][] | tuplesFromConstructor |
| The tuples originally passed to the constructor. | |
A cloneable version of the ExtensionalSupportVA constraint.
| org.jacop.constraints.ExtensionalSupportVACloneable.ExtensionalSupportVACloneable | ( | IntVarCloneable[] | vars | ) |
| org.jacop.constraints.ExtensionalSupportVACloneable.ExtensionalSupportVACloneable | ( | ArrayList<? extends IntVarCloneable > | vars, |
| int | tuples[][] ) |
Constructor.
| vars | the list of variables |
| tuples | the list of allowed tuples |
| org.jacop.constraints.ExtensionalSupportVACloneable.ExtensionalSupportVACloneable | ( | IntVarCloneable[] | vars, |
| int | tuples[][] ) |
Constructor.
| vars | the list of variables |
| tuples | the list of allowed tuples |
| ExtensionalSupportVACloneable org.jacop.constraints.ExtensionalSupportVACloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |
|
private |
The tuples originally passed to the constructor.