Lukas' Notes

Metric Travelling Salesman Problem

Jan 27, 20261 min read

computation

Definition

Metric Travelling Salesman Problem

A travelling salesman problem is called metric if the distance matrix C satisfies the triangle inequality, i.e., for all nodes i,j,k, the following holds:

cik​≤cij​+cjk​

Graph View

Created with Quartz v4.4.0 © 2026

  • GitHub