[[["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\u003eModel\u003c/code\u003e class in C++ provides a way to manage and interact with optimization models.\u003c/p\u003e\n"],["\u003cp\u003eIt offers methods for adding, creating, getting, and modifying model components.\u003c/p\u003e\n"],["\u003cp\u003eUsers can register and take ownership of elements within the model.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for initialization and a destructor.\u003c/p\u003e\n"],["\u003cp\u003eMethods like \u003ccode\u003eAdd\u003c/code\u003e, \u003ccode\u003eGet\u003c/code\u003e, and \u003ccode\u003eMutable\u003c/code\u003e allow flexible manipulation of model data.\u003c/p\u003e\n"]]],["The `Model` class in C++ provides methods for managing data and objects. Key actions include: `Add` to add data using a function; `Create` and `GetOrCreate` to manage object creation; `Get` to retrieve data or const pointers; `Mutable` to retrieve mutable pointers; `Register` to register objects; `TakeOwnership` to transfer ownership. It also supports constructor (`Model`), destructor (`~Model`), and the ability to set and retrieve a name via the `Name` method.\n"],null,[]]