[[["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."],[],["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"]]