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

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

Inheritance diagram for org.jacop.constraints.XplusCeqZCloneable:

Public Member Functions

 XplusCeqZCloneable (IntVarCloneable x, int c, IntVarCloneable z)
 Constructor.
XplusCeqZCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< XplusCeqZCloneable >
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 XplusCeqZ constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ XplusCeqZCloneable()

org.jacop.constraints.XplusCeqZCloneable.XplusCeqZCloneable ( IntVarCloneable x,
int c,
IntVarCloneable z )

Constructor.

Parameters
xthe X variable
cthe C constant
zthe Z variable

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

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

References XplusCeqZCloneable().

Here is the call graph for this function:

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