8000 Comparing main...afrotest · eclipse-sumo/sumo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-sumo/sumo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: eclipse-sumo/sumo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: afrotest
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 1, 2024

  1. arc flag test code

    behrisch committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    36d8d2b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. adding arcflag test variant

    behrisch committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d36febf View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. arcflag router fix for small networks

     - if the network is too small to build a k-d tree with the given number of levels, now a k-d tree with as much levels as possible is built
     - the actual number of levels can be queried afterward via KDTreePartition::getNumberOfLevels()
    
     additionally:
    
     - the parameter vehicle for KDTreePartition::init() is now made optional
     - a memory leak has been fixed
    
    Signed-off-by: Ruediger Ebendt <ruediger.ebendt@dlr.de>
    s0nofab1t committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    4660b01 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Merge pull request #16078 from s0nofab1t/afrotest

    arcflag router fix for small networks
    namdre authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    73ef042 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Removed parameter 'partition' from ctor of AFRouter

     - now handled inside of AFRouter
     - for a time-dependent instance: now, like for the backward k-d tree partition, also the forward k-d tree partition is initialized when compute() is called for the first time
     - thereby, it is initialized with vehicle as parameter
    
    Signed-off-by: Ruediger Ebendt <ruediger.ebendt@dlr.de>
    s0nofab1t committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    9d0b45e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2025

  1. Merge pull request #16193 from s0nofab1t/afrotest

    Removed parameter 'partition' from ctor of AFRouter
    namdre authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    82cd94a View commit details
    Browse the repository at this point in the history
Loading
0