-
Notifications
You must be signed in to change notification settings - Fork 452
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
Merge Logistics (LSP) into freight contrib #3590
Merge Logistics (LSP) into freight contrib #3590
Conversation
Code maintenance...
…he vehicleType is added from the vehicle's information when "addVehicle" is called ; shorten some builder patterns
… package-private infrastructure.
…nto kmt_2chelon4diss2
more code maintenance
Add an integration test and some refactoring
…g.matsim-matsim-all-2025.0-2024w46 Bump org.matsim:matsim-all from 2025.0-2024w42 to 2025.0-2024w46
…nalysis reactivate runCarrieranalysis,after fix in matsim-libs#3561
update import for annotation remove NotNull annotation
remove dependency to vsp contrib, as it is no longer needed
fix indentation (and therefore syntax) error
more preparation for ShipmentBased VRP planning
# Conflicts: # .github/dependabot.yml # .gitignore # README.md # pom.xml
This has been a lot of effort, @kt86 - well done!! |
Currently it has issues in finding scenarios/ What I have done so far:
|
Du to the issue with excessing the data, I created a new, clean PR, where I still use the scenario in the contrib. -> #3602 |
With this PR, the code of the logistics service provider (LSP) gets merged from https://github.com/matsim-vsp/logistics/ into the freight contrib.
It opens the possibility to simulate logistic chains, including different carriers and hubs.
The original code base including a lot of tests was written by Tilman Matteis (DLR). @kainagel and I updated over the last years, using more and more of the standard MATSim approach.
Now it is time to extend the existing freight contrib with it.
Two papers using this LSP work at VSP can be found under https://vsp.berlin/publications/ : 22-22 and 24-05.