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

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

Inheritance diagram for org.jacop.constraints.ExtensionalSupportVACloneable:

Public Member Functions

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

Private Attributes

final int[][] tuplesFromConstructor
 The tuples originally passed to the constructor.

Detailed Description

A cloneable version of the ExtensionalSupportVA constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ ExtensionalSupportVACloneable() [1/3]

org.jacop.constraints.ExtensionalSupportVACloneable.ExtensionalSupportVACloneable ( IntVarCloneable[] vars)

Constructor.

Parameters
varsthe list of variables

Referenced by cloneInto().

◆ ExtensionalSupportVACloneable() [2/3]

org.jacop.constraints.ExtensionalSupportVACloneable.ExtensionalSupportVACloneable ( ArrayList<? extends IntVarCloneable > vars,
int tuples[][] )

Constructor.

Parameters
varsthe list of variables
tuplesthe list of allowed tuples

◆ ExtensionalSupportVACloneable() [3/3]

org.jacop.constraints.ExtensionalSupportVACloneable.ExtensionalSupportVACloneable ( IntVarCloneable[] vars,
int tuples[][] )

Constructor.

Parameters
varsthe list of variables
tuplesthe list of allowed tuples

Member Function Documentation

◆ cloneInto()

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

References ExtensionalSupportVACloneable().

Here is the call graph for this function:

Member Data Documentation

◆ tuplesFromConstructor

final int [][] org.jacop.constraints.ExtensionalSupportVACloneable.tuplesFromConstructor
private

The tuples originally passed to the constructor.


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