Teeline TSP Solver

Load Data

Drag a .tsp file here

or

Drag a .opt.tour file here

or

optional reference tour

Example datasets
AI agent access via WebMCP

This page exposes its solver tools via the WebMCP declarative API, allowing AI agents to call solveTSP, listAlgorithms, parseProblem, and compareTours directly in the browser.

  1. Chrome ≥ 149 required — check your version at chrome://version.
  2. Enable the testing flag: open chrome://flags/#enable-webmcp-testing, set it to Enabled, and relaunch Chrome.
  3. Install the WebMCP Inspector extension from the Chrome Web Store.
  4. Follow Google's official getting started guide to connect your AI agent.