FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
org.jacop.constraints.AbsXeqYCloneable Class Reference

A cloneable version of the AbsXeqY constraint. More...

Inheritance diagram for org.jacop.constraints.AbsXeqYCloneable:

Public Member Functions

 AbsXeqYCloneable (IntVarCloneable x, IntVarCloneable y)
 Constructor.
 AbsXeqYCloneable (IntVarCloneable x, IntVarCloneable y, boolean domConsistency)
 Constructor.
AbsXeqYCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< AbsXeqYCloneable >
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.

Detailed Description

A cloneable version of the AbsXeqY constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ AbsXeqYCloneable() [1/2]

org.jacop.constraints.AbsXeqYCloneable.AbsXeqYCloneable ( IntVarCloneable x,
IntVarCloneable y )

Constructor.

Parameters
xthe X variable
ythe Y variable

Referenced by cloneInto().

◆ AbsXeqYCloneable() [2/2]

org.jacop.constraints.AbsXeqYCloneable.AbsXeqYCloneable ( IntVarCloneable x,
IntVarCloneable y,
boolean domConsistency )

Constructor.

Parameters
xthe X variable
ythe Y variable
domConsistencywhether to enforce domain- (true) or bound- (false) consistency

Member Function Documentation

◆ cloneInto()

AbsXeqYCloneable org.jacop.constraints.AbsXeqYCloneable.cloneInto ( StoreCloneable targetStore) throws FailException
See also
ConstraintCloneableInterface.cloneInto(StoreCloneable)

References AbsXeqYCloneable().

Here is the call graph for this function:

The documentation for this class was generated from the following file: