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

Rerouting #9

Merged
merged 3 commits into from
Oct 11, 2023
Merged

Rerouting #9

merged 3 commits into from
Oct 11, 2023

Commits on Oct 4, 2023

  1. Implement generic rerouting

    The rerouting now works for an arbitrary number of trains at
    arbitrary stations via an arbitrary station. The information of
    the trains to be rerouted needs to be specified in the file
    `configure/data/trains-to-reroute.csv`. Each row in this file
    should contain four columns:
    "trainid,reroute_start_station,reroute_via_station,reroute_end_station"
    snehal-shekatkar committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    07b0d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca631cd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    945faa1 View commit details
    Browse the repository at this point in the history