11 questions
0
votes
0
answers
34
views
Identical Load Consolidation Not Supported by Route Optimization API?
I am using the optimizeTours API call with (1) Two IDENTICAL loads and (2) One vehicle that can hold both loads. The response (incorrectly?) shows only one load for each visit, but (correctly) adds ...
0
votes
0
answers
39
views
RouteOptimization API tells me to go twice to the same pick-up location
I'm using the RouteOptimization API to plan pick-ups and deliveries for my business.
I have multiple pick-up points (suppliers) and multiple delivery places (clients). I also have returns, packages ...
0
votes
1
answer
80
views
Google json credential file authenticates in gCloud CLI but causes exception in WinForms application
I used
gcloud iam workload-identity-pools create-cred-config ...
on the CLI, then used
gcloud auth login --cred-file=FILENAME
I get the following message:
Authenticated with external account ...
0
votes
1
answer
123
views
route optimization api shipmentIndex undefined
I'm using the Route Optimization API, but I'm noticing that I'm not getting all my points and that the missing delivery doesn't have a shipmentIndex.
import { NextResponse } from 'next/server';
import ...
1
vote
1
answer
135
views
How to set minimum-maximum load constraint in Google Route Optimization API
I'm using Google RO API to create clusters. There is a capacity constraint on the clusters and the clusters should not overlap with each other. To do this, I've set the load demand of each shipment to ...
2
votes
1
answer
143
views
How to group nearby stops to be visited sequentially using Google Route Optimization API?
I’m using the Google Route Optimization API to optimize 50 stops with one vehicle. I have around 10 points within a 100m radius, but after optimization, they are not visited sequentially (refer to the ...
1
vote
1
answer
177
views
Capacitated Clustering using Google Route Optimization API
Fixed sized clusters
I need help with a capacitated clustering task. I have 400 locations (the number can vary each time), and I need to create fixed-size clusters (e.g., 40 locations per cluster). ...
1
vote
1
answer
106
views
Limiting Deliveries (lets say 4 delivery a day) in Google Route Optimization API
I am working on a delivery scheduling app using Google Route Optimization API.
So scenario is I have to schedule multiday deliveries with one vehicle. Each day the vehicle only have to deliver 3 to 4 ...
0
votes
1
answer
307
views
Guidance required with Python VRP Time Window Problem (using Google OR Tools)
I'm trying to solve the Vehicle Route Optimisation with Time Window constraints using Google's OR Tools in Python. The problem here I'm solving is - I want to deliver packages to the customer, where ...
1
vote
0
answers
443
views
Google Route Optimization API - how to construct header for POST request without OAuth? Need route optimization 25+ stops
My organization was using the Google Directions API for route optimization, but we migrated to the Routes API because initial documentation suggested it would allow us to optimize routes with 25+ ...
2
votes
1
answer
1k
views
Waypoint Optimization: Routes API vs Route Optimization API
I understand both Google Maps Routes API and the (newly-launched) Route Optimization API will return the best possible route through multiple stops. Route Optimization API seems like it can handle ...