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

Public Member Functions | |
| LinearIntDomCloneable (IntVarCloneable[] list, int[] weights, String rel, IntVarCloneable sum) | |
| Constructor. | |
| LinearIntDomCloneable (IntVarCloneable[] list, int[] weights, String rel, int sum) | |
| Constructor. | |
| LinearIntDomCloneable (ArrayList<? extends IntVarCloneable > list, ArrayList< Integer > weights, String rel, int sum) | |
| Constructor. | |
| LinearIntDomCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< LinearIntDomCloneable > | |
| 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 LinearIntDom constraint.
| org.jacop.constraints.LinearIntDomCloneable.LinearIntDomCloneable | ( | IntVarCloneable[] | list, |
| int[] | weights, | ||
| String | rel, | ||
| IntVarCloneable | sum ) |
Constructor.
| list | the list of variable being summed |
| weights | the summation weights |
| rel | the relation name |
| sum | the total sum variable |
Referenced by cloneInto().
| org.jacop.constraints.LinearIntDomCloneable.LinearIntDomCloneable | ( | IntVarCloneable[] | list, |
| int[] | weights, | ||
| String | rel, | ||
| int | sum ) |
Constructor.
| list | the list of variable being summed |
| weights | the summation weights |
| rel | the relation name |
| sum | the total sum constant |
| org.jacop.constraints.LinearIntDomCloneable.LinearIntDomCloneable | ( | ArrayList<? extends IntVarCloneable > | list, |
| ArrayList< Integer > | weights, | ||
| String | rel, | ||
| int | sum ) |
Constructor.
| list | the list of variable being summed |
| weights | the summation weights |
| rel | the relation name |
| sum | the total sum constant |
| LinearIntDomCloneable org.jacop.constraints.LinearIntDomCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |