[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["The `CumulativeEnergyConstraint` enforces that the sum of energy of intervals that overlap any point in time doesn't exceed a capacity."],["The `CumulativeIsAfterSubsetConstraint` ensures that a subset of intervals finish before the remaining intervals."]]],["The core content describes two C++ classes related to cumulative energy within an optimization context. `CumulativeEnergyConstraint` likely manages constraints regarding the total energy accumulated over time or resources. `CumulativeIsAfterSubsetConstraint` likely enforces constraints that certain subsets of activities or tasks must occur after one another, within the larger context of cumulative energy usage. The information provided is limited to the class names and does not detail specific methods or parameters.\n"]]