Mapotempo/optimizer-api

Testing sequence_timewindows

Closed this issue · 2 comments

bgnq commented

Hello,

I test sequence_timewindows with this JSON

But the vehicle work only one day, is there an error in the JSON ?

Thanks !

Hello,

You didn't defined the schedule range to consider within the configuration part :

"schedule": {
          "range_indices": {
            "start": 0,
            "end": 5
          }
        }
bgnq commented

Perfect, thanks !