From 804ef479277ed2163a3847d56e1ee8ca7a5975f9 Mon Sep 17 00:00:00 2001 From: Kshitij Delvadiya Date: Tue, 10 May 2016 00:58:32 -0500 Subject: [PATCH] Update readme.md --- rust/2opt/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/2opt/readme.md b/rust/2opt/readme.md index 8da7e60..866eb50 100644 --- a/rust/2opt/readme.md +++ b/rust/2opt/readme.md @@ -6,3 +6,5 @@ Check the source file (2opt.rs) for detailed explanations of the implementation. 2opt is an approximate algorithm and does not give the optimal solution every time. For example: when run on a280.tsp if the algorithm starts from the first node (index 0) then it's solution is 2756.788 units long. Whereas if it starts from the second node (index 1) then it's solution is 2727.229 units long. + +P.S. If you want to use the makefile in this director (/rust/2opt) then you'll have to comment out the 'include ../Rules.mk'