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'