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

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

Inheritance diagram for org.jacop.constraints.NoGoodCloneable:

Public Member Functions

 NoGoodCloneable (IntVarCloneable[] listOfVars, int[] listOfValues)
 Constructor.
 NoGoodCloneable (ArrayList<? extends IntVarCloneable > listOfVars, ArrayList< Integer > listOfValues)
 Constructor.
NoGoodCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< NoGoodCloneable >
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.

Detailed Description

A cloneable version of the NoGood constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ NoGoodCloneable() [1/2]

org.jacop.constraints.NoGoodCloneable.NoGoodCloneable ( IntVarCloneable[] listOfVars,
int[] listOfValues )

Constructor.

Parameters
listOfVarsthe list of variables
listOfValuesthe list of values

Referenced by cloneInto().

◆ NoGoodCloneable() [2/2]

org.jacop.constraints.NoGoodCloneable.NoGoodCloneable ( ArrayList<? extends IntVarCloneable > listOfVars,
ArrayList< Integer > listOfValues )

Constructor.

Parameters
listOfVarsthe list of variables
listOfValuesthe list of values

Member Function Documentation

◆ cloneInto()

NoGoodCloneable org.jacop.constraints.NoGoodCloneable.cloneInto ( StoreCloneable targetStore) throws FailException
See also
ConstraintCloneableInterface.cloneInto(StoreCloneable)

References NoGoodCloneable().

Here is the call graph for this function:

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