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

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

Inheritance diagram for org.jacop.constraints.DisjointCloneable:

Public Member Functions

 DisjointCloneable (ArrayList<? extends ArrayList<? extends IntVarCloneable > > rectangles)
 It creates a diff2 constraint.
 DisjointCloneable (IntVarCloneable[][] rectangles)
 It creates a diff2 constraint.
 DisjointCloneable (Rectangle[] rectangles, boolean doProfile)
 DisjointCloneable (ArrayList<? extends ArrayList<? extends IntVarCloneable > > rectangles, boolean profile)
 It creates a diff2 constraint.
 DisjointCloneable (IntVarCloneable[][] rectangles, boolean profile)
 It creates a diff2 constraint.
 DisjointCloneable (ArrayList<? extends IntVarCloneable > o1, ArrayList<? extends IntVarCloneable > o2, ArrayList<? extends IntVarCloneable > l1, ArrayList<? extends IntVarCloneable > l2)
 It creates a diff2 constraint.
 DisjointCloneable (IntVarCloneable[] o1, IntVarCloneable[] o2, IntVarCloneable[] l1, IntVarCloneable[] l2)
 It creates a diff2 constraint.
 DisjointCloneable (ArrayList< IntVarCloneable > o1, ArrayList< IntVarCloneable > o2, ArrayList< IntVarCloneable > l1, ArrayList< IntVarCloneable > l2, boolean profile)
 It creates a diff2 constraint.
 DisjointCloneable (IntVarCloneable[] o1, IntVarCloneable[] o2, IntVarCloneable[] l1, IntVarCloneable[] l2, boolean profile)
 It creates a diff2 constraint.
DisjointCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< DisjointCloneable >
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 Disjoint constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ DisjointCloneable() [1/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( ArrayList<? extends ArrayList<? extends IntVarCloneable > > rectangles)

It creates a diff2 constraint.

Parameters
rectangleslist of rectangles with origins and lengths in both dimensions.

Referenced by cloneInto().

◆ DisjointCloneable() [2/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( IntVarCloneable rectangles[][])

It creates a diff2 constraint.

Parameters
rectangleslist of rectangles with origins and lengths in both dimensions.

◆ DisjointCloneable() [3/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( Rectangle[] rectangles,
boolean doProfile )
Parameters
rectanglesa list of rectangles.
doProfileshould profile be computed and used.

◆ DisjointCloneable() [4/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( ArrayList<? extends ArrayList<? extends IntVarCloneable > > rectangles,
boolean profile )

It creates a diff2 constraint.

Parameters
rectangleslist of rectangles with origins and lengths in both dimensions.
profilespecifies if the profile is computed and used.

◆ DisjointCloneable() [5/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( IntVarCloneable rectangles[][],
boolean profile )

It creates a diff2 constraint.

Parameters
rectangleslist of rectangles with origins and lengths in both dimensions.
profilespecifies if the profile is computed and used.

◆ DisjointCloneable() [6/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( ArrayList<? extends IntVarCloneable > o1,
ArrayList<? extends IntVarCloneable > o2,
ArrayList<? extends IntVarCloneable > l1,
ArrayList<? extends IntVarCloneable > l2 )

It creates a diff2 constraint.

Parameters
o1list of variables denoting the origin in the first dimension.
o2list of variables denoting the origin in the second dimension.
l1list of variables denoting the length in the first dimension.
l2list of variables denoting the length in the second dimension.

◆ DisjointCloneable() [7/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( IntVarCloneable[] o1,
IntVarCloneable[] o2,
IntVarCloneable[] l1,
IntVarCloneable[] l2 )

It creates a diff2 constraint.

Parameters
o1list of variables denoting the origin in the first dimension.
o2list of variables denoting the origin in the second dimension.
l1list of variables denoting the length in the first dimension.
l2list of variables denoting the length in the second dimension.

◆ DisjointCloneable() [8/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( ArrayList< IntVarCloneable > o1,
ArrayList< IntVarCloneable > o2,
ArrayList< IntVarCloneable > l1,
ArrayList< IntVarCloneable > l2,
boolean profile )

It creates a diff2 constraint.

Parameters
o1list of variables denoting the origin in the first dimension.
o2list of variables denoting the origin in the second dimension.
l1list of variables denoting the length in the first dimension.
l2list of variables denoting the length in the second dimension.
profilespecifies if the profile should be computed.

◆ DisjointCloneable() [9/9]

org.jacop.constraints.DisjointCloneable.DisjointCloneable ( IntVarCloneable[] o1,
IntVarCloneable[] o2,
IntVarCloneable[] l1,
IntVarCloneable[] l2,
boolean profile )

It creates a diff2 constraint.

Parameters
o1list of variables denoting the origin in the first dimension.
o2list of variables denoting the origin in the second dimension.
l1list of variables denoting the length in the first dimension.
l2list of variables denoting the length in the second dimension.
profilespecifies if the profile should be computed.

Member Function Documentation

◆ cloneInto()

DisjointCloneable org.jacop.constraints.DisjointCloneable.cloneInto ( StoreCloneable targetStore) throws FailException

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