Stay organized with collections
Save and categorize content based on your preferences.
Defines how the solver should handle the request. In all modes but VALIDATE_ONLY, if the request is invalid, you will receive an INVALID_REQUEST error. See maxValidationErrors to cap the number of errors returned.
Enums
DEFAULT_SOLVE
Solve the model. Warnings may be issued in [OptimizeToursResponse.validation_errors][google.cloud.optimization.v1.OptimizeToursResponse.validation_errors].
[[["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-09-09 UTC."],[[["Defines how the solver processes the request, dictating whether it solves the model, validates it, or detects infeasible shipments."],["Offers three modes: `DEFAULT_SOLVE` for solving, `VALIDATE_ONLY` for validation, and `DETECT_SOME_INFEASIBLE_SHIPMENTS` for identifying problematic shipments."],["In all modes except `VALIDATE_ONLY`, invalid requests will return an `INVALID_REQUEST` error, with potential for controlling the number of error messages."],["The `DETECT_SOME_INFEASIBLE_SHIPMENTS` mode focuses on pre-processing infeasibility detection without fully solving the problem."]]],[]]