[[["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 `TypeIncompatibilityChecker` class helps identify type incompatibilities within a routing model."],["It is initialized with a `RoutingModel` and a boolean to specify whether to check for hard incompatibilities."],["A destructor, `~TypeIncompatibilityChecker`, is also defined for this class."]]],["The `TypeIncompatibilityChecker` class in C++ is designed to identify type incompatibilities within a `RoutingModel`. It has a constructor, `TypeIncompatibilityChecker`, which takes a `RoutingModel` and a boolean `check_hard_incompatibilities` as arguments. It also has a destructor, `~TypeIncompatibilityChecker`, for cleanup. The class's purpose is to perform checks related to type inconsistencies within the provided routing model.\n"]]