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

Public Member Functions | |
| CumulativeUnaryCloneable (IntVarCloneable[] starts, IntVarCloneable[] durations, IntVarCloneable[] resources, IntVarCloneable limit) | |
| It creates a cumulative constraint. | |
| CumulativeUnaryCloneable (IntVarCloneable[] starts, IntVarCloneable[] durations, IntVarCloneable[] resources, IntVarCloneable limit, boolean doProfile) | |
| It creates a cumulative constraint. | |
| CumulativeUnaryCloneable (List<? extends IntVarCloneable > starts, List<? extends IntVarCloneable > durations, List<? extends IntVarCloneable > resources, IntVarCloneable limit) | |
| It creates a cumulative constraint. | |
| CumulativeUnaryCloneable (List<? extends IntVarCloneable > starts, List<? extends IntVarCloneable > durations, List<? extends IntVarCloneable > resources, IntVarCloneable limit, boolean doProfile) | |
| It creates a cumulative constraint. | |
| CumulativeUnaryCloneable | 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. | |
| final boolean | doProfile |
| Defines whether to do profile-based propagation. | |
A cloneable version of the CumulativeUnary constraint.
| org.jacop.constraints.cumulative.CumulativeUnaryCloneable.CumulativeUnaryCloneable | ( | 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.CumulativeUnaryCloneable.CumulativeUnaryCloneable | ( | IntVarCloneable[] | starts, |
| IntVarCloneable[] | durations, | ||
| IntVarCloneable[] | resources, | ||
| IntVarCloneable | limit, | ||
| boolean | doProfile ) |
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. |
| doProfile | defines whether to do profile-based propagation (true) or not (false); default is false |
| org.jacop.constraints.cumulative.CumulativeUnaryCloneable.CumulativeUnaryCloneable | ( | 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. |
| org.jacop.constraints.cumulative.CumulativeUnaryCloneable.CumulativeUnaryCloneable | ( | List<? extends IntVarCloneable > | starts, |
| List<? extends IntVarCloneable > | durations, | ||
| List<? extends IntVarCloneable > | resources, | ||
| IntVarCloneable | limit, | ||
| boolean | doProfile ) |
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. |
| doProfile | defines whether to do profile-based propagation (true) or not (false); default is false |
| CumulativeUnaryCloneable org.jacop.constraints.cumulative.CumulativeUnaryCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |
Implements org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.
References CumulativeUnaryCloneable().

|
private |
Defines whether to do profile-based propagation.
Referenced by CumulativeUnaryCloneable(), and CumulativeUnaryCloneable().
|
private |
The duration variables originally passed to the constructor.
Referenced by CumulativeUnaryCloneable(), CumulativeUnaryCloneable(), CumulativeUnaryCloneable(), and CumulativeUnaryCloneable().
|
private |
The resource variables originally passed to the constructor.
Referenced by CumulativeUnaryCloneable(), CumulativeUnaryCloneable(), CumulativeUnaryCloneable(), and CumulativeUnaryCloneable().
|
private |
The start variables originally passed to the constructor.
Referenced by CumulativeUnaryCloneable(), CumulativeUnaryCloneable(), CumulativeUnaryCloneable(), and CumulativeUnaryCloneable().