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

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

Inheritance diagram for org.jacop.constraints.AtLeastCloneable:

Public Member Functions

 AtLeastCloneable (IntVarCloneable[] list, int counter, int value)
 It constructs a AtLeast constraint.
 AtLeastCloneable (List<? extends IntVarCloneable > list, int counter, int value)
 It constructs a AtLeast constraint.
AtLeastCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< AtLeastCloneable >
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 AtLeast constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ AtLeastCloneable() [1/2]

org.jacop.constraints.AtLeastCloneable.AtLeastCloneable ( IntVarCloneable[] list,
int counter,
int value )

It constructs a AtLeast constraint.

Parameters
valuevalue which is counted
listvariables which equality to val is counted.
counternumber of variables equal to val.

Referenced by cloneInto().

◆ AtLeastCloneable() [2/2]

org.jacop.constraints.AtLeastCloneable.AtLeastCloneable ( List<? extends IntVarCloneable > list,
int counter,
int value )

It constructs a AtLeast constraint.

Parameters
valuevalue which is counted
listvariables which equality to val is counted.
counternumber of variables equal to val.

Member Function Documentation

◆ cloneInto()

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

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