[[["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\u003eDisjunctiveDetectablePrecedences\u003c/code\u003e class helps detect and propagate precedences in scheduling problems within the OR-Tools library.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a \u003ccode\u003eSchedulingConstraintHelper\u003c/code\u003e to manage and access scheduling-related data during propagation.\u003c/p\u003e\n"],["\u003cp\u003eThe primary method, \u003ccode\u003ePropagate\u003c/code\u003e, attempts to deduce and enforce precedences, returning \u003ccode\u003etrue\u003c/code\u003e if successful and the problem remains feasible.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRegisterWith\u003c/code\u003e allows integration with a \u003ccode\u003eGenericLiteralWatcher\u003c/code\u003e for efficient constraint propagation based on literal assignments.\u003c/p\u003e\n"]]],["The `DisjunctiveDetectablePrecedences` class in C++ has three core methods: `DisjunctiveDetectablePrecedences`, `Propagate`, and `RegisterWith`. The constructor `DisjunctiveDetectablePrecedences` accepts a boolean `time_direction` and a `SchedulingConstraintHelper`. `Propagate` returns a boolean value, while `RegisterWith` returns an integer and takes a `GenericLiteralWatcher` as an argument. These methods are documented in the `disjunctive.h` header file.\n"],null,[]]