[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eDisjunctiveNotLast\u003c/code\u003e class is a constraint used in scheduling with the OR-Tools library in C++, focusing on tasks not being scheduled last in a sequence.\u003c/p\u003e\n"],["\u003cp\u003eIt provides essential methods like \u003ccode\u003ePropagate\u003c/code\u003e for constraint enforcement and \u003ccode\u003eRegisterWith\u003c/code\u003e for integration with a literal watcher.\u003c/p\u003e\n"],["\u003cp\u003eInitialization involves specifying the time direction (true for forward) and a helper object to manage the scheduling constraint.\u003c/p\u003e\n"]]],["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"],null,[]]