Skip to content

Commit 1622a94

Browse files
committed
Mention max_distance violation in docs.
1 parent 5e340d4 commit 1622a94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ Possible violation causes are:
420420
- "precedence" if a `shipment` precedence constraint is not met (`pickup` without matching `delivery`, `delivery` before/without matching `pickup`)
421421
- "missing_break" if a vehicle break has been omitted in its custom route
422422
- "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
423424
- "max_load" if the load during a break exceed its `max_load` value
424425

425426
Note on violations: reporting only really makes sense when using `-c`

0 commit comments

Comments
 (0)