[[["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 `DisjunctiveNotLast` class is a constraint used in scheduling with the OR-Tools library in C++, focusing on tasks not being scheduled last in a sequence."],["It provides essential methods like `Propagate` for constraint enforcement and `RegisterWith` for integration with a literal watcher."],["Initialization involves specifying the time direction (true for forward) and a helper object to manage the scheduling constraint."]]],["The `DisjunctiveNotLast` class in C++ has methods for managing scheduling constraints. `DisjunctiveNotLast` takes a boolean `time_direction` and a `SchedulingConstraintHelper` during construction. `Propagate` is a method that returns a boolean, likely indicating success or failure of a constraint propagation. `RegisterWith` registers with a `GenericLiteralWatcher`, returning an integer, potentially an ID or status code. These methods help manage the constraints associated with tasks not being the last in a disjunctive sequence.\n"]]