From c76559eb73a29ff1f39c46852654bf1b13814bde Mon Sep 17 00:00:00 2001 From: nojhan Date: Thu, 20 Jan 2011 23:37:56 +0100 Subject: [PATCH] some help --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..a4f6b10 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Use a turtle to draw vertex built by a Lindenmayer system, construct a penrose tiling with it, convert it to a TSP problem. + +Draw a P3 penrose tiling at depth 2 and output its corresponding TSPLIB file : +python lindenmayer.py 2 > penrose3_2.tsp + +Read a TSPLIB file and its optimal tour and draw them: +python tsplib.py penrose3_1.tsp penrose3_2.opt.tour +