vroom icon indicating copy to clipboard operation
vroom copied to clipboard

Vehicle Routing Open-source Optimization Machine

Results 112 vroom issues
Sort by recently updated
recently updated
newest added

Hi every one ! It is possible to start and end the trip of a vehicle at its first and last stop? I mean I wouldn't introduce a start and...

I've tried running vroom CLI with valhalla running on localhost:8002 in a docker container (**vroom-docker without the vroom-express**). It seems that whichever way i try to run i get `{"code":3,"error":"VROOM...

We have a use case where lets say certain job are entitled with complete time of lets say 6-8 hours, during which that sales man will not be assigned the...

## Issue Fixes #754. ## Tasks - [x] Add missing check in `TWRoute::is_valid_for_tw` - [x] Update `CHANGELOG.md` - [ ] review

bug
VRPTW

I came across a shipment-only instance where we're hitting a break-related assert when running in debug mode from current `master`. I did not do any debugging so far but I...

bug
VRPTW

Hello, I am experimenting a test case here where it would consists of two vehicles located on each side of a city, and four shipments spread out throughout the city....

duplicate

## Issue Fixes #738 ## Tasks - [x] Create data structure to replace `Cost` and `Gain` values - [x] Adjust helper functions - [x] Adjust heuristics client code - [x]...

internals
refactor

The current state of the codebase is that `Cost` values default to the `Duration` values as seen from each vehicle. This is not something we want to rely on since:...

internals
refactor

Will be great to have maximum distance for the route in vehicle config . To disallow vehicle trips more then this distance.

feature request

Thanks in advance, Is there a posibility of designating/forcing the nearest location as the first stop rather than the farthest as the first (this happens in some cases)? This surely...

question