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

Public Member Functions | |
| AmongCloneable (IntVarCloneable[] list, IntervalDomain kSet, IntVarCloneable n) | |
| It constructs an Among constraint. | |
| AmongCloneable (ArrayList< IntVarCloneable > list, IntervalDomain kSet, IntVarCloneable n) | |
| It constructs an Among constraint. | |
| AmongCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< AmongCloneable > | |
| 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 Among constraint.
| org.jacop.constraints.AmongCloneable.AmongCloneable | ( | IntVarCloneable[] | list, |
| IntervalDomain | kSet, | ||
| IntVarCloneable | n ) |
It constructs an Among constraint.
| list | variables which are compared to Kset |
| kSet | set of integer values against which we check if variables are equal to. |
| n | number of possible variables equal to a value from Kset. |
Referenced by cloneInto().
| org.jacop.constraints.AmongCloneable.AmongCloneable | ( | ArrayList< IntVarCloneable > | list, |
| IntervalDomain | kSet, | ||
| IntVarCloneable | n ) |
It constructs an Among constraint.
| list | variables which are compared to Kset |
| kSet | set of integer values against which we check if variables are equal to. |
| n | number of possible variables equal to a value from Kset. |
| AmongCloneable org.jacop.constraints.AmongCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |