Files
ortools-clone/ortools/constraint_solver/docs/TSP.md
Corentin Le Molgat 8a83e4265b doc: mv doc/ to docs/
2022-02-23 16:19:26 +01:00

792 B

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: problem

Solution: solution

Samples:

Using Distance Matrix

Data Problem: problem

Solution: solution

Samples: