Skip to content

Commit

Permalink
chore: update solver documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan committed Sep 4, 2023
1 parent 777dc19 commit b98c611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/solvers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ A basic Lin and Kernighan implementation is provided. It can be said that the qu
distance from node i to j
x0
Initial permutation. If not provided, it starts with a random pat.
Initial permutation. If not provided, it starts with a random path.
log_file
If not `None`, creates a log file with details about the whole
Expand Down
2 changes: 1 addition & 1 deletion python_tsp/heuristics/lin_kernighan.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def solve_tsp_lin_kernighan(
distance from node i to j
x0
Initial permutation. If not provided, it starts with a random pat.
Initial permutation. If not provided, it starts with a random path.
log_file
If not `None`, creates a log file with details about the whole
Expand Down

0 comments on commit b98c611

Please sign in to comment.