Lukas' Notes

Home

❯

Knowledge

❯

Metric Travelling Salesman Problem

Metric Travelling Salesman Problem

Jun 27, 20251 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 © 2025

  • GitHub