An open API service indexing awesome lists of open source software.

https://github.com/rish987/tsp-visualizer-greedy

TSP Visualizer, as implemented for the Greedy Algorithm. Written in Processing.
https://github.com/rish987/tsp-visualizer-greedy

Last synced: 3 months ago
JSON representation

TSP Visualizer, as implemented for the Greedy Algorithm. Written in Processing.

Awesome Lists containing this project

README

        

File: README
Date: 9/14/2016
Author: Rishikesh Vaishnav

DESCRIPTION:

This program can be used to visualize The greedy algorihm to
find optimized solutions to the TSP. The controls are as follows:
p - replay
r - play new, randomized tour
a - toggle rank display mode
d - delete location under cursor
c - delete all locations
l - place location under cursor
- click on a location to start a tour from that location

Green location(s): ideal starting location(s) for the greedy algorithm.

HOW TO RUN:

To run this program, you must:
1. Download and install Processing (https://processing.org/download/).
2. Save the files into a folder called "TSPVisualizer".
3. Run Processing.
4. In Processing, go to File->Open, and open the file "TSPVisualizer.pde"
inside of the folder "TSPVisualizer".
5. Run the program.

Option 2:
1. Go to:
https://drive.google.com/open?id=0Bxgba8GLRorCeVREZjBBVHBsSGc
2. Download the .zip folder that contains the application for your
operating system.
3. Decompress the files.
4. Run the program "TSPVisualizer".