- 
  Notifications
 You must be signed in to change notification settings 
- Fork 21
Commit 2970e56
Dev (#10)
* refactor Router's unit tests
* more api doc
* refactor DijkstraRouter
* refactor KState
* Add UBODT(aka Precomputed Dijkstra) implementation
* more ubodt implementation
* more unit tests
* more unit tests for PrecomputedDijkstraRouter
* add benchmark
* fix matching with break transitions
* more test data
* Add RBush
* switch to rtree index
* new build scripts
* Fix NTS's bug in Unit test
* add logging to UBODT generator
* small optimization
* add workaround for C# 7.2's (in this Type arg)
* revert last commit
* update apppveyor and travis scripts to use cake
* update library
* fix kstate
* update all dep & libs
* update travis.yml
* Make build.sh executable
* update .net sdk version in .travis.yml
* update netcoreapp 2.0 to 2.1 in build.cake
* upgrade libs
* update version to 0.1.5.11 parent cd029b9 commit 2970e56
File tree
7 files changed
+15
-15
lines changed- benchmark/Sandwych.MapMatchingKit.BenchmarkApp
- examples/Sandwych.MapMatchingKit.Examples.HelloWorldApp
- src- Sandwych.Hmm
- Sandwych.MapMatchingKit
 
- test- Sandwych.Hmm.Tests
- Sandwych.MapMatchingKit.Tests
 
7 files changed
+15
-15
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 6 | 6 |  | |
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | - | ||
| 10 | - | ||
| 9 | + | ||
| 10 | + | ||
| 11 | 11 |  | |
| 12 | 12 |  | |
| 13 | 13 |  | |
|  | |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 6 | 6 |  | |
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | - | ||
| 9 | + | ||
| 10 | 10 |  | |
| 11 | 11 |  | |
| 12 | 12 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | 10 |  | |
| 11 | - | ||
| 11 | + | ||
| 12 | 12 |  | |
| 13 | 13 |  | |
| 14 | 14 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 6 | 6 |  | |
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | - | ||
| 9 | + | ||
| 10 | 10 |  | |
| 11 | 11 |  | |
| 12 | 12 |  | |
|  | |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 7 | 7 |  | |
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | - | ||
| 10 | + | ||
| 11 | 11 |  | |
| 12 | 12 |  | |
| 13 | 13 |  | |
| 14 | - | ||
| 14 | + | ||
| 15 | 15 |  | |
| 16 | 16 |  | |
| 17 | 17 |  | |
|  | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 8 | 8 |  | |
| 9 | 9 |  | |
| 10 | 10 |  | |
| 11 | - | ||
| 12 | - | ||
| 13 | - | ||
| 11 | + | ||
| 12 | + | ||
| 13 | + | ||
| 14 | 14 |  | |
| 15 | 15 |  | |
| 16 | 16 |  | |
| 17 | - | ||
| 17 | + | ||
| 18 | 18 |  | |
| 19 | 19 |  | |
| 20 | 20 |  | |
|  | |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 9 | 9 |  | |
| 10 | 10 |  | |
| 11 | 11 |  | |
| 12 | - | ||
| 13 | - | ||
| 14 | - | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | 15 |  | |
| 16 | 16 |  | |
| 17 | 17 |  | |
| 18 | - | ||
| 18 | + | ||
| 19 | 19 |  | |
| 20 | 20 |  | |
| 21 | 21 |  | |
|  | |||
0 commit comments