Package org.jacop.constraints
Class CumulativeProfiles
- java.lang.Object
-
- org.jacop.constraints.CumulativeProfiles
-
class CumulativeProfiles extends java.lang.Object
Defines 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.7
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Profile
maxProfile
(package private) Profile
minProfile
(package private) static boolean
trace
-
Constructor Summary
Constructors Constructor Description CumulativeProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
make(Task[] Ts, boolean doMaxProfile)
(package private) Profile
maxProfile()
(package private) Profile
minProfile()
-
-
-
Field Detail
-
trace
static final boolean trace
- See Also:
- Constant Field Values
-
maxProfile
Profile maxProfile
-
minProfile
Profile minProfile
-
-