[[["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."],[[["`ArgumentHolder` is a class within the OR-Tools constraint solver that manages arguments for constraints and search limits."],["It provides methods for setting and retrieving arguments of various types, including integers, integer arrays, integer expressions, and integer matrices."],["`ArgumentHolder` supports retrieving arguments with default values or throwing exceptions if required arguments are missing."],["It also offers functionality to check for the existence of specific arguments before accessing them."],["Users can set the type name for the `ArgumentHolder` instance using the `SetTypeName` method and retrieve it using the `TypeName` method."]]],["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"]]