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

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

Inheritance diagram for org.jacop.constraints.AndBoolSimpleCloneable:

Public Member Functions

 AndBoolSimpleCloneable (IntVarCloneable a, IntVarCloneable b, IntVarCloneable result)
 Constructor.
AndBoolSimpleCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< AndBoolSimpleCloneable >
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 AndBoolSimple constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ AndBoolSimpleCloneable()

org.jacop.constraints.AndBoolSimpleCloneable.AndBoolSimpleCloneable ( IntVarCloneable a,
IntVarCloneable b,
IntVarCloneable result )

Constructor.

Parameters
athe A variable
bthe B variable
resultthe result variable

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

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

References AndBoolSimpleCloneable().

Here is the call graph for this function:

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