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

Public Member Functions | |
| ArgMaxCloneable (IntVarCloneable[] vars, IntVarCloneable argmaxIndex) | |
| Constructor. | |
| ArgMaxCloneable (ArrayList<? extends IntVarCloneable > vars, IntVarCloneable argmaxIndex) | |
| Constructor. | |
| ArgMaxCloneable (IntVarCloneable[] vars, IntVarCloneable argmaxIndex, int indexOffset) | |
| Constructor. | |
| ArgMaxCloneable (ArrayList<? extends IntVarCloneable > vars, IntVarCloneable argmaxIndex, int indexOffset) | |
| Constructor. | |
| ArgMaxCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ArgMaxCloneable > | |
| 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 ArgMax constraint.
| org.jacop.constraints.ArgMaxCloneable.ArgMaxCloneable | ( | IntVarCloneable[] | vars, |
| IntVarCloneable | argmaxIndex ) |
Constructor.
| vars | the variables |
| argmaxIndex | the variable whose value is the index of the argmax variable |
Referenced by cloneInto().
| org.jacop.constraints.ArgMaxCloneable.ArgMaxCloneable | ( | ArrayList<? extends IntVarCloneable > | vars, |
| IntVarCloneable | argmaxIndex ) |
Constructor.
| vars | the variables |
| argmaxIndex | the variable whose value is the index of the argmax variable |
| org.jacop.constraints.ArgMaxCloneable.ArgMaxCloneable | ( | IntVarCloneable[] | vars, |
| IntVarCloneable | argmaxIndex, | ||
| int | indexOffset ) |
Constructor.
| vars | the variables |
| argmaxIndex | the variable whose value is the index of the argmax variable |
| indexOffset | the offset for the index that is computed from 1 by default (if needed from 0, use -1 for this parameter) |
| org.jacop.constraints.ArgMaxCloneable.ArgMaxCloneable | ( | ArrayList<? extends IntVarCloneable > | vars, |
| IntVarCloneable | argmaxIndex, | ||
| int | indexOffset ) |
Constructor.
| vars | the variables |
| argmaxIndex | the variable whose value is the index of the argmax variable |
| indexOffset | the offset for the index that is computed from 1 by default (if needed from 0, use -1 for this parameter) |
| ArgMaxCloneable org.jacop.constraints.ArgMaxCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |