Module optimize_tours_request

Module optimize_tours_request 

Source
Expand description

Defines additional types related to OptimizeToursRequest.

Enumsยง

SearchMode
Mode defining the behavior of the search, trading off latency versus solution quality. In all modes, the global request deadline is enforced.
SolvingMode
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 max_validation_errors to cap the number of errors returned.