Example
Read the symmetric distances for a tiny TSP instance.
highlighted = computed this step
Step 1 — Cities
Set up the exact small combinatorics values.
cities(A, B, C, D)
Step 2 — Distances
Compute the highlighted combinatorics value.
undirected distances((A, B, 4), (A, C, 7), (A, D, 3), (B, C, 6), (B, D, 5), (C, D, 2))
combinatorics-search
Every row is intentionally ordered and pinned to the lesson specification.