Skip to content

Commit 331e0de

Browse files
authored
hehe
1 parent e0a145d commit 331e0de

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# web salesman
2+
3+
[try out here](https://yungztrunks.github.io/web-salesman/)
4+
5+
> [!NOTE]
6+
> _tsp files need to be formatted like this_
7+
8+
```txt
9+
NAME: name
10+
TYPE: TSP
11+
COMMENT: 52 locations in Stuttgart Badcanstatt
12+
DIMENSION: 52
13+
EDGE_WEIGHT_TYPE: EUC_2D
14+
NODE_COORD_SECTION
15+
1 565.0 575.0
16+
2 25.0 185.0
17+
... # and so one
18+
52 1.0 1.0
19+
EOF
20+
```

0 commit comments

Comments
 (0)