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

Allow u-turns only at dead ends #2883

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Allow u-turns only at dead ends #2883

wants to merge 34 commits into from

Commits on Aug 24, 2023

  1. Allow u-turns only at deadends

    easbar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3af92a8 View commit details
    Browse the repository at this point in the history
  2. unrelated to subnetworks since they are running afterwards (first the…

    …y ran before, but this is not needed)
    easbar committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0d8e956 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    caecb8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee2b9bf View commit details
    Browse the repository at this point in the history
  3. Disable failing tests.

    easbar committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7e320bb View commit details
    Browse the repository at this point in the history
  4. tmp

    easbar committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8ba5040 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    6c3de4b View commit details
    Browse the repository at this point in the history
  2. up

    easbar committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5d88e15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07bd1b5 View commit details
    Browse the repository at this point in the history
  4. tmp

    easbar committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e0b308f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. continue

    easbar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e9c8f2c View commit details
    Browse the repository at this point in the history
  2. update

    easbar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    564ab4d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into tctr

    # Conflicts:
    #	core/src/main/java/com/graphhopper/routing/util/VehicleEncodedValues.java
    easbar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    01479d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff9a8d8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'turn_restriction_enc' into dead_end_enc

    # Conflicts:
    #	core/src/main/java/com/graphhopper/routing/util/VehicleEncodedValues.java
    #	core/src/main/java/com/graphhopper/routing/weighting/SpeedWeighting.java
    easbar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    22e0d59 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'dead_end_enc' into dead_end_u_turns

    # Conflicts:
    #	core/src/main/java/com/graphhopper/routing/DefaultWeightingFactory.java
    #	core/src/main/java/com/graphhopper/routing/weighting/DefaultTurnCostProvider.java
    easbar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b91304a View commit details
    Browse the repository at this point in the history
  7. Use dead end enc

    easbar committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1a251bc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge branch 'master' into turn_restriction_enc

    # Conflicts:
    #	core/src/main/java/com/graphhopper/routing/ch/CHPreparationGraph.java
    easbar committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fa3dc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2544c6f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge branch 'master' into dead_end_u_turns

    # Conflicts:
    #	core/src/main/java/com/graphhopper/routing/DefaultWeightingFactory.java
    #	core/src/main/java/com/graphhopper/routing/util/VehicleEncodedValues.java
    #	core/src/main/java/com/graphhopper/routing/weighting/DefaultTurnCostProvider.java
    #	core/src/test/java/com/graphhopper/routing/weighting/FastestWeightingTest.java
    #	core/src/test/java/com/graphhopper/routing/weighting/custom/CustomWeightingTest.java
    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ba08fea View commit details
    Browse the repository at this point in the history
  2. fix some tests

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    60a6ba3 View commit details
    Browse the repository at this point in the history
  3. tmp

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    750388f View commit details
    Browse the repository at this point in the history
  4. reverse order / green

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1b7ea5d View commit details
    Browse the repository at this point in the history
  5. green

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    103b098 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6dd1d0 View commit details
    Browse the repository at this point in the history
  7. move + test

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    50a607b View commit details
    Browse the repository at this point in the history
  8. Try lower u-turn costs

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    eadc81e View commit details
    Browse the repository at this point in the history
  9. Try higher u-turn costs

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6a2e143 View commit details
    Browse the repository at this point in the history
  10. try zero u-turn costs

    easbar committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    ae0cf77 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    14ffa5b View commit details
    Browse the repository at this point in the history
  2. minor fixes

    karussell committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    8db91a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

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

Commits on Oct 19, 2023

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