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

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