No description
Find a file
2011-07-22 22:23:59 +02:00
lindenmayer.py first commit 2011-01-20 23:22:12 +01:00
README some help 2011-01-20 23:37:56 +01:00
tsplib.py colors and output 2011-07-22 22:23:59 +02:00

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