Class CumulativeProfiles

java.lang.Object
org.jacop.constraints.CumulativeProfiles

class CumulativeProfiles extends 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.8
  • Field Details

  • Constructor Details

    • CumulativeProfiles

      CumulativeProfiles()
  • Method Details

    • make

      void make(Task[] Ts, boolean doMaxProfile)
    • maxProfile

      Profile maxProfile()
    • minProfile

      Profile minProfile()