-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into cleanupDeprecatedInFreight
- Loading branch information
Showing
289 changed files
with
36,490 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
name: deploy-dtds-on-website | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: | ||
- closed | ||
paths: | ||
- matsim/src/main/resources/dtd | ||
- 'matsim/src/main/resources/dtd/**' | ||
|
||
jobs: | ||
rsync-dtds: | ||
if: github.event.pull_request.merged == true # only if PR closed by merging | ||
name: sync DTDs to website | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: rsync dtds | ||
uses: burnett01/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
|
||
# Freight | ||
|
||
Package that plugs freight algorithms (programmed in external package jsprit) into matsim. | ||
This contrib contains the following packages: | ||
|
||
## Carriers | ||
(This is formally knows as 'freight contrib') | ||
|
||
Package that plugs vehicle routing problem algorithms (programmed in external package jsprit) into MATSim. | ||
|
||
A good starting point for jsprit is [ https://github.com/graphhopper/jsprit](https://github.com/graphhopper/jsprit). | ||
|
||
For runnable code see, e.g., the packages org.matsim.contrib.freight.usecases.* above . | ||
For runnable code see, e.g., the packages org.matsim.contrib.freight.carriers.usecases.* above . | ||
|
||
## Logistics | ||
(This code comes from [https://github.com/matsim-vsp/logistics/](https://github.com/matsim-vsp/logistics/) ) | ||
|
||
This code deals with creating logistics chains for freight transport. | ||
|
||
Here the decision agent is the logistics service provider (LSP) who decides on the logistics chain to be used for a given freight transport request. | ||
Therefore, it can use carriers (see above) and hubs. | ||
|
||
This package bases on work in the dfg-freight project. | ||
|
||
|
Oops, something went wrong.