Skip to content

Commit ae8f8a4

Browse files
committed
chore: address comments
1 parent 1a6e893 commit ae8f8a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/modules/ROOT/pages/optimization-algorithms/move-selector-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ In the case of a <<listVariableNearbySelection, list variable>>,
837837
`Origin_` is always a planning value (for example `Customer`),
838838
but `Destination_` can be either a planning value or a planning entity.
839839
840-
As an example, consider the Vehicle Routing Problem and list variable to store the customer list for each vehicle.
840+
As an example, consider the Vehicle Routing Problem and a list variable to store the customer list for each vehicle.
841841
The distance meter must be able to handle both `Customer` and `Vehicle` as the `Destination_` argument:
842842
843843
[tabs]
@@ -961,7 +961,7 @@ for the local search:
961961
By default, the following move selectors are included:
962962
xref:optimization-algorithms/move-selector-reference.adoc#changeMoveSelector[Change],
963963
xref:optimization-algorithms/move-selector-reference.adoc#swapMoveSelector[Swap],
964-
xref:optimization-algorithms/move-selector-reference.adoc#kOptListMoveSelector[K-OPT]
964+
xref:optimization-algorithms/move-selector-reference.adoc#kOptListMoveSelector[K-OPT],
965965
Change with Nearby,
966966
Swap with Nearby,
967967
and K-OPT with Nearby.

0 commit comments

Comments
 (0)