From 1622a941a52fd07afa56a7a169e1589ed85700da Mon Sep 17 00:00:00 2001 From: jcoupey Date: Mon, 15 Jan 2024 17:31:59 +0100 Subject: [PATCH] Mention max_distance violation in docs. --- docs/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/API.md b/docs/API.md index 68c31f415..de8b5bcec 100644 --- a/docs/API.md +++ b/docs/API.md @@ -420,6 +420,7 @@ Possible violation causes are: - "precedence" if a `shipment` precedence constraint is not met (`pickup` without matching `delivery`, `delivery` before/without matching `pickup`) - "missing_break" if a vehicle break has been omitted in its custom route - "max_travel_time" if the vehicle has more travel time than its `max_travel_time` value +- "max_distance" if the vehicle has a longer travel distance than its `max_distance` value - "max_load" if the load during a break exceed its `max_load` value Note on violations: reporting only really makes sense when using `-c`