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

Public Member Functions | |
| SumCloneable (IntVarCloneable[] vars, IntVarCloneable sum) | |
| Constructor. | |
| SumCloneable (ArrayList<? extends IntVarCloneable > vars, IntVarCloneable sum) | |
| Constructor. | |
| SumCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SumCloneable > | |
| 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 Sum constraint.
| org.jacop.constraints.SumCloneable.SumCloneable | ( | IntVarCloneable[] | vars, |
| IntVarCloneable | sum ) |
| org.jacop.constraints.SumCloneable.SumCloneable | ( | ArrayList<? extends IntVarCloneable > | vars, |
| IntVarCloneable | sum ) |
Constructor.
| vars | the list of variables |
| sum | the sum variable |
| SumCloneable org.jacop.constraints.SumCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |