Stay organized with collections
Save and categorize content based on your preferences.
C++ Reference: class TypeRequirementChecker
Note: This documentation is automatically generated.
Checker for type requirements.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["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 |"]]