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

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