Question
I am getting a “The problem you are trying to optimize is too large. Please reduce the number of orders, or the number of locations.” notification even if I do not exceed the order or location-limit.
Answer
The number of time-distances we can calculate is limited. Currently, this limit is exceeded. There are too many location pairs we request time-distance for.
To reduce this number we can use the consecutive location restriction strategy. Enabling this will limit the locations we request time-distances for to the locations that are at most the maximum distance away.
The lower the maximum distance, the fewer the number of locations we will request time-distances for.