[[["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\u003eModelSharedTimeLimit\u003c/code\u003e class in C++ is a singleton that manages the overall time limit for a model.\u003c/p\u003e\n"],["\u003cp\u003eIt can be accessed and potentially controlled through the provided method, accepting a \u003ccode\u003eModel\u003c/code\u003e pointer as an argument.\u003c/p\u003e\n"]]],["The `ModelSharedTimeLimit` class in C++ represents a shared time limit for a model. It acts as a singleton, ensuring a single shared time limit instance. The class constructor, `ModelSharedTimeLimit`, takes a `Model*` (pointer to a Model object) as an argument. The documentation is automatically generated.\n"],null,["# ModelSharedTimeLimit\n\nC++ Reference: class ModelSharedTimeLimit\n=========================================\n\n\nNote: This documentation is automatically generated.\nThe model \"singleton\" shared time limit.\n\n| Method ||\n|------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| [`ModelSharedTimeLimit`](https://github.com/google/or-tools/blob/v9.4/ortools/sat/util.h#L156) | Return type: `explicit ` Arguments: `Model* model` \u003cbr /\u003e |"]]