INTRODUCTION The application contained in this project intends to solve the problem presented in the file "docs/Salesman Challenge.pdf".
OVERVIEW The application supports 4 parameters, but they all have default values, as stated in the problem definition. To learn more about the parameters pass --help to the application.
HOW TO RUN This application was developed and tested on Windows 10 using Python version 3.6.2 and no additional libraries were used, just those that are part of Python itself. To run it just execute "python file_input_reader.py" and pass any parameters that you wish to specify a different value than default ones.