From e483926bf15d6a560885c9b26d1c51a796583745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 21 Sep 2020 15:43:38 +0200 Subject: Given files L3 tsp --- labb3/tsp/res/tsp10-optimal.ans | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 labb3/tsp/res/tsp10-optimal.ans (limited to 'labb3/tsp/res/tsp10-optimal.ans') diff --git a/labb3/tsp/res/tsp10-optimal.ans b/labb3/tsp/res/tsp10-optimal.ans new file mode 100644 index 0000000..9c13c1f --- /dev/null +++ b/labb3/tsp/res/tsp10-optimal.ans @@ -0,0 +1,11 @@ +Distance = 1552.9612081934351 +(343.0, 110.0) +(552.0, 199.0) +(490.0, 285.0) +(306.0, 360.0) +(283.0, 379.0) +(397.0, 566.0) +(325.0, 554.0) +(157.0, 443.0) +(161.0, 280.0) +(110.0, 225.0) -- cgit v1.2.1