[[["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` class in C++ implements an overload checker (`AddCumulativeOverloadChecker`). It provides three core methods: `CumulativeEnergyConstraint`, the class constructor, takes `capacity`, `helper`, `demands`, and `model` as arguments. `Propagate` returns a boolean, and `RegisterWith` takes a `GenericLiteralWatcher` as an argument and returns void. These functions manage and interact with scheduling constraints, demand helpers, and a model, respectively, within the `or-tools` library.\n"]]