-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forcing vehicle steps in solving mode #886
Comments
Hi There, |
Both topics are indeed super helpfull, thanks a lot for pointing them out. Good to see I'm on the right track by setting vehicle specific skills to render shipments as immutable. |
Hi @fbaierl ,
Then, there is an another strange matter:
|
... I moved away from vehicle pinning by using vehicle unique skills. As I go along the day, every new incoming shipment-request can either be accepted as servicable, or has to be rejected for good. That clipping horizon between pooled shipments, and vehicle-pinned shipments, is very critical, and prone to errors. Bottom line is, with multiple vroom-calls per incoming shipment, I can use vroom to let it do what it does great. |
@mbachem-rvk looks like you got some food for though in previous threads and from your own experiments. Shall we close this ticket? |
Hi @jcoupey : yes, thanks, just close it. |
OK, closing now. If you think there is a "skill" issue, then maybe worth opening another dedicated ticket? |
Hi there,
I try to force some steps to a certain vehicle, in solving mode.
I started with three (pickup/delivery) shipments (0/1), (2/3) and (4/5), and two vehicles, vehicle:0 an vehicle:1
All three shipments can be done by each vehicle alone, shown by problem_1.json and problem_2.json.
When both vehicle are at service, vroom is using vehicle:0 for (0/1), and vehicle:1 for (4/5) and (2/3).
Now I try to pin shipment (4/5) to vehicle:0, without any success, as shown by problem_4.json an solution_4.json
What am I doing wrong?
All my files described above can be reviewed here, a vroom forked 'vehicle_pinning' branch :
d1773c8
Thanks a lot for helping!
cheers,
Martin
The text was updated successfully, but these errors were encountered: