[[["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\u003eModelParser\u003c/code\u003e class is a visitor class in OR-Tools used for parsing and processing constraint programming models.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to visit various model components like variables, constraints, expressions, and arguments.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can extend this class to implement custom model analysis or transformation logic by overriding the visit methods.\u003c/p\u003e\n"],["\u003cp\u003eThe visit methods receive information about the visited element, such as its type, name, and associated values.\u003c/p\u003e\n"],["\u003cp\u003eThis allows users to extract or manipulate model data during the parsing process.\u003c/p\u003e\n"]]],["The `ModelParser` class in C++ handles model analysis through various visit methods. It allows visiting constraints, integer expressions, and the model itself using `BeginVisit` and `EndVisit` functions. It also enables inspecting integer, interval, and sequence variables and their arguments, and includes methods to manage array arguments, for example, `VisitIntegerArgument`, `VisitIntervalArrayArgument`, etc. It includes methods for parsing and inspecting models.\n"],null,[]]