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.
- Host: GitHub
- URL: https://github.com/rish987/tsp-visualizer-greedy
- Owner: rish987
- Created: 2016-09-14T08:32:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-24T04:45:49.000Z (over 8 years ago)
- Last Synced: 2025-01-29T10:47:21.917Z (4 months ago)
- Language: Processing
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
File: README
Date: 9/14/2016
Author: Rishikesh VaishnavDESCRIPTION:
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 locationGreen 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".