Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How the VRP solver evaluates and optimizes solutions
{ "score": { "hardScore": 0, "mediumScore": -500, "softScore": -12450, "feasible": true } }
{ "score": { "hardScore": -2000, "mediumScore": -800, "softScore": -15000, "feasible": false } }
DATE_TIME_WINDOW_CONFLICT
TRIP_CAPACITY
TAG_HARD
SHIFT_END_CONFLICT
OVERTIME_END_CONFLICT
MAX_DRIVE_TIME
DISALLOWED_RESOURCES
SAME_TRIP
UNSERVED_JOBS
job.priority
RESOURCE_PERIOD_MIN_SERVICE_TIME
RESOURCE_PERIOD_MIN_DRIVE_TIME
RESOURCE_PERIOD_MIN_WORK_TIME
RESOURCE_PERIOD_MIN_COMPLEXITY
TRAVEL_TIME
WAIT_TIME
RESOURCE_ACTIVATION
RANKING_SOFT
FAIR_WORK
DATE_TIME_WINDOW_CONFLICT_SOFT
{ "options": {}, "weights": { "travelTimeWeight": 1, "waitTimeWeight": 10, "urgencyWeight": 100, "priorityWeight": 50, "workloadSpreadWeight": 20, "minimizeResourcesWeight": 3600 } }
{ "unserved": ["job-15"], "unservedReasons": { "job-15": ["DATE_TIME_WINDOW_CONFLICT", "TRIP_CAPACITY"] } }
Was this page helpful?