Files
ortools-clone/ortools/constraint_solver/docs/TSP.md
2024-11-18 17:01:27 +01:00

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