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

A cloneable version Table constraint. More...

Inheritance diagram for org.jacop.constraints.table.TableCloneable:

Public Member Functions

 TableCloneable (IntVarCloneable[] list, int[][] tuples)
 It constructs a table constraint.
 TableCloneable (IntVarCloneable[] list, int[][] tuples, boolean reuseTuplesArgument)
 It constructs a table constraint.
TableCloneable cloneInto (StoreCloneable targetStore) throws FailException

Detailed Description

A cloneable version Table constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ TableCloneable() [1/2]

org.jacop.constraints.table.TableCloneable.TableCloneable ( IntVarCloneable[] list,
int tuples[][] )

It constructs a table constraint.

Parameters
listthe variables in the scope of the constraint.
tuplesthe tuples which define alloed values.

Referenced by cloneInto().

◆ TableCloneable() [2/2]

org.jacop.constraints.table.TableCloneable.TableCloneable ( IntVarCloneable[] list,
int tuples[][],
boolean reuseTuplesArgument )

It constructs a table constraint.

Parameters
listthe variables in the scope of the constraint.
tuplesthe tuples which define alloed values.
reuseTuplesArgumentspecifies if the table of tuples should be used directly without copying.

Member Function Documentation

◆ cloneInto()

TableCloneable org.jacop.constraints.table.TableCloneable.cloneInto ( StoreCloneable targetStore) throws FailException

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