Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandaleonn authored Dec 9, 2023
1 parent df6457c commit 1c13853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A tour in this context refers to a trajectory that visits all cities exactly onc

In the context of the TSP, a cyclic permutation $\pi$ serves as a representation of a tour. If $\pi(j)$ is interpreted as the city following city j for j = 1, 2, ··· , n, the cost of the tour can be defined as follows:

$\sum_{j=1}^{n}d_{j\pi (j)}.$
$\sum_{j=1}^{n}d_{j\pi (j)}$.

__Matrix of cost__

Expand Down

0 comments on commit 1c13853

Please sign in to comment.