[[["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\u003e\u003ccode\u003eArgumentHolder\u003c/code\u003e is a class within the OR-Tools constraint solver that manages arguments for constraints and search limits.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for setting and retrieving arguments of various types, including integers, integer arrays, integer expressions, and integer matrices.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eArgumentHolder\u003c/code\u003e supports retrieving arguments with default values or throwing exceptions if required arguments are missing.\u003c/p\u003e\n"],["\u003cp\u003eIt also offers functionality to check for the existence of specific arguments before accessing them.\u003c/p\u003e\n"],["\u003cp\u003eUsers can set the type name for the \u003ccode\u003eArgumentHolder\u003c/code\u003e instance using the \u003ccode\u003eSetTypeName\u003c/code\u003e method and retrieve it using the \u003ccode\u003eTypeName\u003c/code\u003e method.\u003c/p\u003e\n"]]],["The `ArgumentHolder` class in C++ manages various types of arguments. It supports setting and retrieving integer values, integer arrays, integer expressions, and integer matrices using `Set` and `Find` methods. It also handles arrays of variables like `IntVar`, `IntervalVar`, and `SequenceVar`. The class can check for the existence of specific integer expression or variable array arguments. Additionally, it manages type information with `SetTypeName` and `TypeName` methods.\n"],null,[]]