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

Public Member Functions | |
| XplusYeqCCloneable (IntVarCloneable x, IntVarCloneable y, int c) | |
| Constructor. | |
| XplusYeqCCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< XplusYeqCCloneable > | |
| 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 version of the XplusYeqC constraint.
| org.jacop.constraints.XplusYeqCCloneable.XplusYeqCCloneable | ( | IntVarCloneable | x, |
| IntVarCloneable | y, | ||
| int | c ) |
| XplusYeqCCloneable org.jacop.constraints.XplusYeqCCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |