Package org.jacop.constraints
Class CumulativeProfiles
- java.lang.Object
-
- org.jacop.constraints.CumulativeProfiles
-
class CumulativeProfiles extends java.lang.ObjectDefines a basic data structure to keep two profiles for the cumulative constraints. It consists of ordered pair of time points and the current value.- Version:
- 4.8
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ProfilemaxProfile(package private) ProfileminProfile(package private) static booleantrace
-
Constructor Summary
Constructors Constructor Description CumulativeProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidmake(Task[] Ts, boolean doMaxProfile)(package private) ProfilemaxProfile()(package private) ProfileminProfile()
-
-
-
Field Detail
-
trace
static final boolean trace
- See Also:
- Constant Field Values
-
maxProfile
Profile maxProfile
-
minProfile
Profile minProfile
-
-