Skip to content

Instantly share code, notes, and snippets.

@Nogbit
Nogbit / README.md
Last active August 15, 2019 16:59 — forked from hollemawoolpert/README.md
Simple VRP with Google Developer Resources

Binder

Simple VRP with Google Developer Resources¶

Demonstrates a solution for the simple multi-vehicle routing problem (VRP) using a combination of Google libraries and services. Sample depot and shipment locations randomly chosen in the San Antonio, TX metro area. Distances and times are based on Google's road network.

Getting Started

You will need a Google Maps Platform API Key.

Run on binder