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

Public Member Functions | |
| AtMostCloneable (IntVarCloneable[] list, int counter, int value) | |
| It constructs a AtMost constraint. | |
| AtMostCloneable (List<? extends IntVarCloneable > list, int counter, int value) | |
| It constructs a AtMost constraint. | |
| AtMostCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< AtMostCloneable > | |
| 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 AtMost constraint.
| org.jacop.constraints.AtMostCloneable.AtMostCloneable | ( | IntVarCloneable[] | list, |
| int | counter, | ||
| int | value ) |
It constructs a AtMost constraint.
| value | value which is counted |
| list | variables which equality to val is counted. |
| counter | number of variables equal to val. |
Referenced by cloneInto().
| org.jacop.constraints.AtMostCloneable.AtMostCloneable | ( | List<? extends IntVarCloneable > | list, |
| int | counter, | ||
| int | value ) |
It constructs a AtMost constraint.
| value | value which is counted |
| list | variables which equality to val is counted. |
| counter | number of variables equal to val. |
| AtMostCloneable org.jacop.constraints.AtMostCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |