|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A cloneable version Table constraint. More...

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 |
A cloneable version Table constraint.
| org.jacop.constraints.table.TableCloneable.TableCloneable | ( | IntVarCloneable[] | list, |
| int | tuples[][] ) |
It constructs a table constraint.
| list | the variables in the scope of the constraint. |
| tuples | the tuples which define alloed values. |
Referenced by cloneInto().
| org.jacop.constraints.table.TableCloneable.TableCloneable | ( | IntVarCloneable[] | list, |
| int | tuples[][], | ||
| boolean | reuseTuplesArgument ) |
It constructs a table constraint.
| list | the variables in the scope of the constraint. |
| tuples | the tuples which define alloed values. |
| reuseTuplesArgument | specifies if the table of tuples should be used directly without copying. |
| TableCloneable org.jacop.constraints.table.TableCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |
Implements org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.
References TableCloneable().
