|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A clonable version of JaCoP's SumInt constraint. More...

Public Member Functions | |
| SumIntCloneable (IntVarCloneable[] list, String rel, IntVarCloneable sum) | |
| Constructor. | |
| SumIntCloneable (ArrayList<? extends IntVarCloneable > list, String rel, IntVarCloneable sum) | |
| Constructor. | |
| SumIntCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SumIntCloneable > | |
| 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 clonable version of JaCoP's SumInt constraint.
| org.jacop.constraints.SumIntCloneable.SumIntCloneable | ( | IntVarCloneable[] | list, |
| String | rel, | ||
| IntVarCloneable | sum ) |
Constructor.
| list | the list of variables being summed |
| rel | the relation name |
| sum | the total sum variable |
Referenced by cloneInto().
| org.jacop.constraints.SumIntCloneable.SumIntCloneable | ( | ArrayList<? extends IntVarCloneable > | list, |
| String | rel, | ||
| IntVarCloneable | sum ) |
Constructor.
| list | the list of variables being summed |
| rel | the relation name |
| sum | the total sum variable |
| SumIntCloneable org.jacop.constraints.SumIntCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |