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

A cloneable variant of the Decreasing constraint. More...

Inheritance diagram for org.jacop.constraints.DecreasingCloneable:

Public Member Functions

 DecreasingCloneable (IntVarCloneable[] x)
 Constructor.
 DecreasingCloneable (List< IntVarCloneable > x)
 Constructor.
 DecreasingCloneable (IntVarCloneable[] x, boolean strict)
 Constructor.
 DecreasingCloneable (List< IntVarCloneable > x, boolean strict)
 Constructor.
DecreasingCloneable cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< DecreasingCloneable >
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 variant of the Decreasing constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ DecreasingCloneable() [1/4]

org.jacop.constraints.DecreasingCloneable.DecreasingCloneable ( IntVarCloneable[] x)

Constructor.

Parameters
xan array of variables

Referenced by cloneInto().

◆ DecreasingCloneable() [2/4]

org.jacop.constraints.DecreasingCloneable.DecreasingCloneable ( List< IntVarCloneable > x)

Constructor.

Parameters
xa List of variables
Todo
Simplify once the following JaCoP issue has been addressed: https://github.com/radsz/jacop/issues/53

◆ DecreasingCloneable() [3/4]

org.jacop.constraints.DecreasingCloneable.DecreasingCloneable ( IntVarCloneable[] x,
boolean strict )

Constructor.

Parameters
xan array of variables
strictwhether the order should be strict

◆ DecreasingCloneable() [4/4]

org.jacop.constraints.DecreasingCloneable.DecreasingCloneable ( List< IntVarCloneable > x,
boolean strict )

Constructor.

Parameters
xa List of variables
strictwhether the order should be strict
Todo
Simplify once the following JaCoP issue has been addressed: https://github.com/radsz/jacop/issues/53

Member Function Documentation

◆ cloneInto()

DecreasingCloneable org.jacop.constraints.DecreasingCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException, FailException

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