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

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

Inheritance diagram for org.jacop.constraints.SumCloneable:

Public Member Functions

 SumCloneable (IntVarCloneable[] vars, IntVarCloneable sum)
 Constructor.
 SumCloneable (ArrayList<? extends IntVarCloneable > vars, IntVarCloneable sum)
 Constructor.
SumCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SumCloneable >
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 Sum constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ SumCloneable() [1/2]

org.jacop.constraints.SumCloneable.SumCloneable ( IntVarCloneable[] vars,
IntVarCloneable sum )

Constructor.

Parameters
varsthe list of variables
sumthe sum variable

Referenced by cloneInto().

◆ SumCloneable() [2/2]

org.jacop.constraints.SumCloneable.SumCloneable ( ArrayList<? extends IntVarCloneable > vars,
IntVarCloneable sum )

Constructor.

Parameters
varsthe list of variables
sumthe sum variable

Member Function Documentation

◆ cloneInto()

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

References SumCloneable().

Here is the call graph for this function:

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