minimumDistanceSum
that takes the current worker index and a bitmask representing the assigned bikes.minimumDistanceSum
for the next worker and the updated bitmask.minimumDistanceSum
starting with worker index 0 and bitmask 0.minimumDistanceSum
.