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

Public Member Functions | |
| SumBoolCloneable (IntVarCloneable[] list, String rel, IntVarCloneable sum) | |
| Constructor. | |
| SumBoolCloneable (ArrayList<? extends IntVarCloneable > list, String rel, IntVarCloneable sum) | |
| Constructor. | |
| SumBoolCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SumBoolCloneable > | |
| 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 SumBool constraint.
| org.jacop.constraints.SumBoolCloneable.SumBoolCloneable | ( | 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.SumBoolCloneable.SumBoolCloneable | ( | 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 |
| SumBoolCloneable org.jacop.constraints.SumBoolCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |