Implementation of an optimal algorithm to resolve symmetric instances of the TSP problem.
- clone this repository
git clone https://github.com/marinimau/ds_travelling_salesman_problem_solved_as_max_flow.git
- create a virtual env and activate it
cd ds_travelling_salesman_problem_solved_as_max_flow
python3 -m venv venv
source venv/bin/activate
- install requirements
pip3 install -r requirements.txt
- run the code
python3 main.py