We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a145d commit 331e0deCopy full SHA for 331e0de
1 file changed
README.md
@@ -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