Skip to content

Commit

Permalink
fix typo in LNS random neighbor selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiaoyang-Li authored May 9, 2024
1 parent 6da11e6 commit 1369823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LNS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ bool LNS::generateNeighborByRandomWalk()
{
if (i == idx)
{
a = i;
a = n;
break;
}
i++;
Expand Down

0 comments on commit 1369823

Please sign in to comment.