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

Public Member Functions | |
| ChannelImplyCloneable (IntVarCloneable x, IntVarCloneable[] eq) | |
| Constructor. | |
| ChannelImplyCloneable (IntVarCloneable x, Map< Integer, IntVarCloneable > map) | |
| Constructor. | |
| ChannelImplyCloneable (IntVarCloneable x, IntVarCloneable[] eq, int[] values) | |
| Constructor. | |
| ChannelImplyCloneable (IntVarCloneable x, IntVarCloneable[] eq, IntDomain values) | |
| Constructor. | |
| ChannelImplyCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ChannelImplyCloneable > | |
| 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 variant of the ChannelImply constraint.
| org.jacop.constraints.ChannelImplyCloneable.ChannelImplyCloneable | ( | IntVarCloneable | x, |
| IntVarCloneable[] | eq ) |
Constructor.
| x | the X variable |
| eq | for each possible value i in X's domain, a variable indicating whether X = i |
Referenced by cloneInto().
| org.jacop.constraints.ChannelImplyCloneable.ChannelImplyCloneable | ( | IntVarCloneable | x, |
| Map< Integer, IntVarCloneable > | map ) |
Constructor.
| x | the X variable |
| map | for each possible value assignment i to X, a variable indicating whether X = i |
| org.jacop.constraints.ChannelImplyCloneable.ChannelImplyCloneable | ( | IntVarCloneable | x, |
| IntVarCloneable[] | eq, | ||
| int[] | values ) |
Constructor.
| x | the X variable |
| eq | for each possible value i in values, a variable indicating whether X = i |
| values | the possible values for X |
| org.jacop.constraints.ChannelImplyCloneable.ChannelImplyCloneable | ( | IntVarCloneable | x, |
| IntVarCloneable[] | eq, | ||
| IntDomain | values ) |
Constructor.
| x | the X variable |
| eq | for each possible value i in values, a variable indicating whether X = i |
| values | the possible values for X |
| ChannelImplyCloneable org.jacop.constraints.ChannelImplyCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |