Is it possible to group together sets of stops and enforce "relative" sequencing by a category? Specifically, we would like plan a route to service a subset of stops first, then service the remaining stops. The reason is to honor a business specific rule.
For example, a route has ten stops numbered 1 through 10. Assume the most optimal route is running in numbered sequential order (stop 1, 2, etc, 10). We would like to create a route where the odd number stops are optimally sequenced first, then the even numbers are optimally sequenced after the last odd number stop. Ideally we would like to do this in Route and VRP.
@RodneyConger @RobertHaley @HeatherMoe @KelseyMills