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

A cloneable SumBool constraint. More...

Inheritance diagram for org.jacop.constraints.SumBoolCloneable:

Public Member Functions

 SumBoolCloneable (IntVarCloneable[] list, String rel, IntVarCloneable sum)
 Constructor.
 SumBoolCloneable (ArrayList<? extends IntVarCloneable > list, String rel, IntVarCloneable sum)
 Constructor.
SumBoolCloneable cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SumBoolCloneable >
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 SumBool constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ SumBoolCloneable() [1/2]

org.jacop.constraints.SumBoolCloneable.SumBoolCloneable ( IntVarCloneable[] list,
String rel,
IntVarCloneable sum )

Constructor.

Parameters
listthe list of variables being summed
relthe relation name
sumthe total sum variable

Referenced by cloneInto().

◆ SumBoolCloneable() [2/2]

org.jacop.constraints.SumBoolCloneable.SumBoolCloneable ( ArrayList<? extends IntVarCloneable > list,
String rel,
IntVarCloneable sum )

Constructor.

Parameters
listthe list of variables being summed
relthe relation name
sumthe total sum variable

Member Function Documentation

◆ cloneInto()

SumBoolCloneable org.jacop.constraints.SumBoolCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException, FailException
See also
org.jacop.constraints.ConstraintCloneableInterface.cloneInto(StoreCloneable)

References SumBoolCloneable().

Here is the call graph for this function:

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