You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-16Lines changed: 13 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,23 @@
1
1
# Google Fleet Routing App
2
2
3
-
A web application to explore the capabilities of
4
-
the [**Cloud Fleet Routing**](https://cloud.google.com/optimization/docs/overview) (CFR) feature of
5
-
Google **Cloud Optimization API**.
3
+
A web application to explore the capabilities of [**Google Maps Platform Route Optimization**](https://developers.google.com/maps/documentation/route-optimization) (GMPRO).
6
4
7
-
CFR solves vehicle routing problems (VRPs).
5
+
GMPRO solves vehicle routing problems (VRPs).
8
6
Given a set of *shipments* with locations,
9
7
a set of *vehicles* to carry out deliveries,
10
8
costs and additional constraints;
11
-
CFR works to find an optimal solution with efficient routes
9
+
GMPRO works to find an optimal solution with efficient routes
12
10
where every shipment is delivered by a vehicle,
13
11
with all constraints met and minimal cost.
14
12
15
13
This application presents the properties
16
-
of the CFR data model as interactive forms, tables, and maps.
14
+
of the GMPRO data model as interactive forms, tables, and maps.
17
15
Users may find it a helpful way to familiarize themselves
18
16
with the data model and functions of the API.
19
-
Before writing any code, use the application to construct CFR scenarios,
17
+
Before writing any code, use the application to construct GMPRO scenarios,
20
18
tune constraint parameters, visualize routes, and more.
0 commit comments