Skip to content

rish987/TSP-Visualizer-Greedy

Repository files navigation

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".

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published