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

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

Inheritance diagram for org.jacop.constraints.IncreasingCloneable:

Public Member Functions

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

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ IncreasingCloneable() [1/4]

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

Constructor.

Parameters
xan array of variables

Referenced by cloneInto().

◆ IncreasingCloneable() [2/4]

org.jacop.constraints.IncreasingCloneable.IncreasingCloneable ( 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

◆ IncreasingCloneable() [3/4]

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

Constructor.

Parameters
xan array of variables
strictwhether the order should be strict

◆ IncreasingCloneable() [4/4]

org.jacop.constraints.IncreasingCloneable.IncreasingCloneable ( 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()

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

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