|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A cloneable version of the Cumulative constraint. More...

Public Member Functions | |
| CumulativeCloneable (IntVarCloneable[] starts, IntVarCloneable[] durations, IntVarCloneable[] resources, IntVarCloneable limit) | |
| It creates a cumulative constraint. | |
| CumulativeCloneable (List<? extends IntVarCloneable > starts, List<? extends IntVarCloneable > durations, List<? extends IntVarCloneable > resources, IntVarCloneable limit) | |
| It creates a cumulative constraint. | |
| CumulativeCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
Private Attributes | |
| final IntVarCloneable[] | starts |
| The start variables originally passed to the constructor. | |
| final IntVarCloneable[] | durations |
| The duration variables originally passed to the constructor. | |
| final IntVarCloneable[] | resources |
| The resource variables originally passed to the constructor. | |
A cloneable version of the Cumulative constraint.
| org.jacop.constraints.cumulative.CumulativeCloneable.CumulativeCloneable | ( | IntVarCloneable[] | starts, |
| IntVarCloneable[] | durations, | ||
| IntVarCloneable[] | resources, | ||
| IntVarCloneable | limit ) |
It creates a cumulative constraint.
| starts | variables denoting starts of the tasks. |
| durations | variables denoting durations of the tasks. |
| resources | variables denoting resource usage of the tasks. |
| limit | the overall limit of resources which has to be used. |
References durations, resources, and starts.
Referenced by cloneInto().
| org.jacop.constraints.cumulative.CumulativeCloneable.CumulativeCloneable | ( | List<? extends IntVarCloneable > | starts, |
| List<? extends IntVarCloneable > | durations, | ||
| List<? extends IntVarCloneable > | resources, | ||
| IntVarCloneable | limit ) |
It creates a cumulative constraint.
| starts | variables denoting starts of the tasks. |
| durations | variables denoting durations of the tasks. |
| resources | variables denoting resource usage of the tasks. |
| limit | the overall limit of resources which has to be used. |
| CumulativeCloneable org.jacop.constraints.cumulative.CumulativeCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |
Implements org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.
References CumulativeCloneable().

|
private |
The duration variables originally passed to the constructor.
Referenced by CumulativeCloneable(), and CumulativeCloneable().
|
private |
The resource variables originally passed to the constructor.
Referenced by CumulativeCloneable(), and CumulativeCloneable().
|
private |
The start variables originally passed to the constructor.
Referenced by CumulativeCloneable(), and CumulativeCloneable().