We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e340d4 commit 1622a94Copy full SHA for 1622a94
docs/API.md
@@ -420,6 +420,7 @@ Possible violation causes are:
420
- "precedence" if a `shipment` precedence constraint is not met (`pickup` without matching `delivery`, `delivery` before/without matching `pickup`)
421
- "missing_break" if a vehicle break has been omitted in its custom route
422
- "max_travel_time" if the vehicle has more travel time than its `max_travel_time` value
423
+- "max_distance" if the vehicle has a longer travel distance than its `max_distance` value
424
- "max_load" if the load during a break exceed its `max_load` value
425
426
Note on violations: reporting only really makes sense when using `-c`
0 commit comments