I have created a very simple Traveling Salesman Problem`s algorithm and now I need to output the results in a visual garph.
I have a matrix with path weights and an correctly ordered array of points (the path)
The Internet is full of very complex and detailed examples of TSP (like for DNA research) yet I am looking for some basic plotting function.
Not exactly sure what you want to plot, but assuming it is just the resulting path it is quite simple: