[[["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 `AllIntervalsHelper` is a singleton class in C++ used for scheduling constraints."],["It functions as a `SchedulingConstraintHelper` and encompasses all intervals within a model."],["The class can be constructed using a `Model*` and is accessible via the provided GitHub link."]]],["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"]]