skywarth / country-routing-algorithm

GNU General Public License v3.0
1 stars 0 forks source link

Pruning doesn't take the origin country into account #13

Closed skywarth closed 1 year ago

skywarth commented 1 year ago

Present in the prune-redundant-route branch currently.

Since originCountry is not in the foundPath, it can't assert it against redundancy

skywarth commented 1 year ago

Fixed in #14 prune-redundant-origin-fix