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

Public Member Functions | |
| CountValuesBoundsCloneable (IntVarCloneable[] vars, int[] minNbr, int[] maxNbr, int[] values) | |
| Constructor. | |
| CountValuesBoundsCloneable (List<? extends IntVarCloneable > vars, int[] minNbr, int[] maxNbr, int[] values) | |
| Constructor. | |
| CountValuesBoundsCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< CountValuesBoundsCloneable > | |
| 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 CountValuesBounds constraint.
| org.jacop.constraints.CountValuesBoundsCloneable.CountValuesBoundsCloneable | ( | IntVarCloneable[] | vars, |
| int[] | minNbr, | ||
| int[] | maxNbr, | ||
| int[] | values ) |
Constructor.
| vars | the variables |
| minNbr | for each possible value, the minimum number of variables taking this value |
| maxNbr | for each possible value, the maximum number of variables taking this value |
| values | the possible values for the variables |
Referenced by cloneInto().
| org.jacop.constraints.CountValuesBoundsCloneable.CountValuesBoundsCloneable | ( | List<? extends IntVarCloneable > | vars, |
| int[] | minNbr, | ||
| int[] | maxNbr, | ||
| int[] | values ) |
Constructor.
| vars | the variables |
| minNbr | for each possible value, the minimum number of variables taking this value |
| maxNbr | for each possible value, the maximum number of variables taking this value |
| values | the possible values for the variables |
| CountValuesBoundsCloneable org.jacop.constraints.CountValuesBoundsCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |