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

Public Member Functions | |
| IncreasingCloneable (IntVarCloneable[] x) | |
| Constructor. | |
| IncreasingCloneable (List< IntVarCloneable > x) | |
| Constructor. | |
| IncreasingCloneable (IntVarCloneable[] x, boolean strict) | |
| Constructor. | |
| IncreasingCloneable (List< IntVarCloneable > x, boolean strict) | |
| Constructor. | |
| IncreasingCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< IncreasingCloneable > | |
| 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 variant of the Increasing constraint.
| org.jacop.constraints.IncreasingCloneable.IncreasingCloneable | ( | IntVarCloneable[] | x | ) |
| org.jacop.constraints.IncreasingCloneable.IncreasingCloneable | ( | List< IntVarCloneable > | x | ) |
Constructor.
| x | a List of variables |
| org.jacop.constraints.IncreasingCloneable.IncreasingCloneable | ( | IntVarCloneable[] | x, |
| boolean | strict ) |
Constructor.
| x | an array of variables |
| strict | whether the order should be strict |
| org.jacop.constraints.IncreasingCloneable.IncreasingCloneable | ( | List< IntVarCloneable > | x, |
| boolean | strict ) |
Constructor.
| x | a List of variables |
| strict | whether the order should be strict |
| IncreasingCloneable org.jacop.constraints.IncreasingCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |