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

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

Inheritance diagram for org.jacop.constraints.ExtensionalConflictVACloneable:

Public Member Functions

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

Detailed Description

A cloneable version of the ExtensionalConflictVA constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ ExtensionalConflictVACloneable() [1/2]

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

Constructor.

Parameters
varsthe variables
tuplesthe tuples

Referenced by cloneInto().

◆ ExtensionalConflictVACloneable() [2/2]

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

Constructor.

Parameters
varsthe variables
tuplesthe tuples

Member Function Documentation

◆ cloneInto()

ExtensionalConflictVACloneable org.jacop.constraints.ExtensionalConflictVACloneable.cloneInto ( StoreCloneable targetStore) throws FailException

Member Data Documentation

◆ tuplesInit

final int [][] org.jacop.constraints.ExtensionalConflictVACloneable.tuplesInit
private

The original tuples passed to the constructor.


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