[[["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\u003eAllIntervalsHelper\u003c/code\u003e is a singleton class in C++ used for scheduling constraints.\u003c/p\u003e\n"],["\u003cp\u003eIt functions as a \u003ccode\u003eSchedulingConstraintHelper\u003c/code\u003e and encompasses all intervals within a model.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed using a \u003ccode\u003eModel*\u003c/code\u003e and is accessible via the provided GitHub link.\u003c/p\u003e\n"]]],["The `AllIntervalsHelper` class in C++ is a singleton model derived from `SchedulingConstraintHelper`. It manages all intervals within a scheduling model. The class has a constructor, `AllIntervalsHelper`, which takes a `Model*` (pointer to a Model) as an argument and is marked as `explicit`. It is designed to be automatically generated and found in the `disjunctive.h` file.\n"],null,["C++ Reference: class AllIntervalsHelper\n\n\nNote: This documentation is automatically generated.\nSingleton model class which is just a SchedulingConstraintHelper will all the intervals.\n\n| Method ||\n|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| [`AllIntervalsHelper`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/disjunctive.h#L186) | Return type: `explicit ` Arguments: `Model* model` \u003cbr /\u003e |"]]