Skip to content

Commit

Permalink
[docs] fix typo in the objective of the TSP lazy constraints example (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
soppera authored Sep 19, 2023
1 parent 6bde748 commit 367afeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/algorithms/tsp_lazy_constraints.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import Plots
# The objective is to minimize the length of the tour (due to the assumed
# symmetry, the second sum only contains $i<j$):
# ```math
# \text{min\ } \sum_{i \in V} \sum_{j \in V, i < j} d_{ij} x_{ij}.
# \text{min } \sum_{i \in V} \sum_{j \in V, i < j} d_{ij} x_{ij}.
# ```

# Note that it is also possible to use the following objective function instead:
Expand Down

0 comments on commit 367afeb

Please sign in to comment.