[[["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 `CumulativeConstraint` class in C++ offers a method called `AddDemand`. This method adds a pair of an `IntervalVar` and a `LinearExpr` (representing a demand) to the constraint. The method has a `void` return type and takes two arguments: an `IntervalVar` named `interval`, and a `LinearExpr` named `demand`. This effectively links an interval to a specific demand within the constraint.\n"]]