[[["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\u003eThis C++ reference focuses on routing parameters within the OR-Tools library.\u003c/p\u003e\n"],["\u003cp\u003eIt provides functions for default model and search parameters, along with methods to identify potential errors in search parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation for \u003ccode\u003eRoutingModelParameters\u003c/code\u003e and \u003ccode\u003eRoutingSearchParameters\u003c/code\u003e is automatically generated and can be accessed via the provided links.\u003c/p\u003e\n"]]],["The documentation defines functions related to C++ routing parameters. `DefaultRoutingModelParameters` and `DefaultRoutingSearchParameters` return default parameter sets. `FindErrorInRoutingSearchParameters` identifies errors within a given `RoutingSearchParameters` object, returning an error string. `FindErrorsInRoutingSearchParameters` performs a similar check but returns a vector of error strings, allowing for multiple issues to be reported simultaneously. The functions' return types and argument details are explicitly listed.\n"],null,["# routing_parameters\n\nC++ Reference: routing_parameters\n=================================\n\n\nNote: This documentation is automatically generated.\n\n| Function | Type | Arguments | Comments |\n|------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|-----------|----------|\n| [`DefaultRoutingModelParameters`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_parameters.h#L24) | Return type: `RoutingModelParameters ` \u003cbr /\u003e |\n| [`DefaultRoutingSearchParameters`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_parameters.h#L25) | Return type: `RoutingSearchParameters ` \u003cbr /\u003e |\n| [`FindErrorInRoutingSearchParameters`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_parameters.h#L29) | Return type: `std::string ` Arguments: ` const RoutingSearchParameters& search_parameters` \u003cbr /\u003e |\n| [`FindErrorsInRoutingSearchParameters`](https://github.com/google/or-tools/blob/v9.4/ortools/constraint_solver/routing_parameters.h#L34) | Return type: `std::vector\u003cstd::string\u003e ` Arguments: ` const RoutingSearchParameters& search_parameters` \u003cbr /\u003e |"]]