This example uses Google OR Tools to solve an optimization problem common in supply chain.

More specifically, this document is a demonstration of how to use Google OR Tools to solve a Capacitated Vehicle Routing Problem With Time Window and Resource Constraints in Python.

This example closely follows the Python examples in the documentation for OR tools using the Routing Solver.

If the plug-in is broken, you can download the pdf version of this example here.

knitr::include_graphics('Img/Capacitated Vehicle Routing Problem With Time Window and Resource Constraints.pdf')