[[["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\u003eTypeRequirementChecker\u003c/code\u003e is a class used for verifying type requirements within the RoutingModel.\u003c/p\u003e\n"],["\u003cp\u003eIt is initialized with a \u003ccode\u003eRoutingModel\u003c/code\u003e and can be accessed using the provided methods.\u003c/p\u003e\n"]]],["The `TypeRequirementChecker` class in C++ is designed for checking type requirements. It has a constructor, `TypeRequirementChecker`, which takes a `RoutingModel` object as input. The class also includes a destructor, `~TypeRequirementChecker`. This automatically generated documentation outlines the class's primary components and their basic usage within the context of the `RoutingModel`.\n"],null,["# TypeRequirementChecker\n\nC++ Reference: class TypeRequirementChecker\n===========================================\n\n\nNote: This documentation is automatically generated.\nChecker for type requirements.\n\n| Method ||\n|---------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------|\n| [`TypeRequirementChecker`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing.h#L2468) | Return type: `explicit ` Arguments: `const RoutingModel& model` \u003cbr /\u003e |\n| [`~TypeRequirementChecker`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing.h#L2470) | \u003cbr /\u003e |"]]