Skip to content
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

Freight: Introduce something like a "CarrierJob" on MATSim-level #3510

Closed
kt86 opened this issue Oct 10, 2024 · 1 comment · Fixed by #3599
Closed

Freight: Introduce something like a "CarrierJob" on MATSim-level #3510

kt86 opened this issue Oct 10, 2024 · 1 comment · Fixed by #3599
Assignees

Comments

@kt86
Copy link
Contributor

kt86 commented Oct 10, 2024

As a first step, this could be an interface which then has the CarrierShipment and the CarrierService under its hat. (Done in #3599)

Moved out to #3600:
And get rid of some duplicated infrastructure to handle "Services" and "Shipments" on the MATSim side.

Moved out to #3601:
Later it is maybe more generalized and can have 1 or to 2 locations with all the settings (TimeWindow, handlingDuration).
Depending on the number of locations, the jsprit algorithm is chosen: If it is a 1-location job, jsprit uses "Services", if it has 2 locations, it uses "Shipments".

This is a possible issue for an advanced student as semester task during the advanced MATSim class at TUB.

@kt86
Copy link
Contributor Author

kt86 commented Nov 29, 2024

Issue is splitted up in different issues. -> closing this

@kt86 kt86 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2024
@kt86 kt86 closed this as completed in #3599 Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants