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

Public Member Functions | |
| NoGoodCloneable (IntVarCloneable[] listOfVars, int[] listOfValues) | |
| Constructor. | |
| NoGoodCloneable (ArrayList<? extends IntVarCloneable > listOfVars, ArrayList< Integer > listOfValues) | |
| Constructor. | |
| NoGoodCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< NoGoodCloneable > | |
| 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 NoGood constraint.
| org.jacop.constraints.NoGoodCloneable.NoGoodCloneable | ( | IntVarCloneable[] | listOfVars, |
| int[] | listOfValues ) |
Constructor.
| listOfVars | the list of variables |
| listOfValues | the list of values |
Referenced by cloneInto().
| org.jacop.constraints.NoGoodCloneable.NoGoodCloneable | ( | ArrayList<? extends IntVarCloneable > | listOfVars, |
| ArrayList< Integer > | listOfValues ) |
Constructor.
| listOfVars | the list of variables |
| listOfValues | the list of values |
| NoGoodCloneable org.jacop.constraints.NoGoodCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |