Back to Or Tools

Travelling Salesman Problem recipes for the Vehicle Routing solver.

ortools/constraint_solver/docs/TSP.md

2016-06806 B
Original Source

Travelling Salesman Problem recipes for the Vehicle Routing solver.

Introduction

The Vehicle Routing solver can be used to solve a Travelling Salesman Problem (TSP).

Using Locations

Data Problem:

Solution:

Samples:

Using Distance Matrix

Data Problem:

Solution:

Samples: