[[["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 `TimeTablingPerTask` class in C++ implements a strongly quadratic time tabling filter, similar to `CumulativeTimeTable`. It features a `Propagate` method (returning a boolean) and a `RegisterWith` method (taking a `GenericLiteralWatcher`). The constructor `TimeTablingPerTask` takes arguments for `capacity`, `SchedulingConstraintHelper`, `SchedulingDemandHelper`, and a `Model`. There is a planned improvement to leverage `SchedulingDemandHelper`, particularly for tasks with fixed alternatives.\n"]]