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

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

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

Public Member Functions

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

Detailed Description

A cloneable version of the SimpleTable constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ SimpleTableCloneable() [1/2]

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

◆ SimpleTableCloneable() [2/2]

org.jacop.constraints.table.SimpleTableCloneable.SimpleTableCloneable ( IntVarCloneable[] list,
int tuples[][],
boolean reuseTupleArguments )

It constructs a table constraint.

Parameters
listthe variables in the scope of the constraint.
tuplesthe tuples which define allowed values.
reuseTupleArgumentsspecifies if the tuples argument should be used directly without copying.

Member Function Documentation

◆ cloneInto()

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

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