Traveling Salesman Problem optimization task for evo-anything testing.
Optimize the solve_tsp_brute_force function in tsp.py to run faster while maintaining correct results.
python benchmark.pyLower time (ms) is better.
~180ms (brute force approach)