[[["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 `TypeRegulationsChecker` class is used within the Google OR-Tools constraint solver, specifically for routing functionalities."],["It primarily offers two key methods: `CheckVehicle` for validating vehicle compliance and a constructor `TypeRegulationsChecker` for initializing the checker with a routing model."],["A destructor `~TypeRegulationsChecker` is also provided for proper object cleanup."]]],["The `TypeRegulationsChecker` class in C++ provides functionality for checking vehicle regulations. It includes a constructor `TypeRegulationsChecker` that takes a `RoutingModel` as an argument, and a virtual destructor `~TypeRegulationsChecker`. The class also offers a `CheckVehicle` method. This method receives an integer representing a vehicle and a lambda function (`next_accessor`) to determine the next element. The method then returns a boolean value indicating the result of the vehicle check.\n"]]