Alex Elliott: aelliott41@gatech.edu Brenden Waits: brendenwaits@gatech.edu
Files we are submitting:
- Makefile -> compiles C for you
- tsp-3510.c -> contains all C code
- algorithm.pdf -> explains our algorithm
- 10RunResults.txt -> results from 10 runs of our program
To run:
- Type "make" on a unix machine
- ./tsp-3510 <test.txt> <output.txt>
There are no known bugs or limitations. Our program works for up to 1024 nodes, which is over the specified limit.