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

A clonable version of JaCoP's SumInt constraint. More...

Inheritance diagram for org.jacop.constraints.SumIntCloneable:

Public Member Functions

 SumIntCloneable (IntVarCloneable[] list, String rel, IntVarCloneable sum)
 Constructor.
 SumIntCloneable (ArrayList<? extends IntVarCloneable > list, String rel, IntVarCloneable sum)
 Constructor.
SumIntCloneable cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SumIntCloneable >
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 clonable version of JaCoP's SumInt constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ SumIntCloneable() [1/2]

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

Constructor.

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

Referenced by cloneInto().

◆ SumIntCloneable() [2/2]

org.jacop.constraints.SumIntCloneable.SumIntCloneable ( 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()

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

References SumIntCloneable().

Here is the call graph for this function:

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