Patrick Niklaus
|
1a8783cfa0
|
Fix unused variable warning
|
2015-12-16 22:03:46 +01:00 |
|
Patrick Niklaus
|
019e26dd8e
|
Refactor direct_shortest_path and shortest_path
|
2015-12-04 23:34:24 +01:00 |
|
Patrick Niklaus
|
4206d98b55
|
Move leg search to routing base
|
2015-12-04 20:52:21 +01:00 |
|
Daniel Patterson
|
8f3482561b
|
Rename great_circle_distance->haversine_distance, and euclidean_distance->great_circle_distance, because that's what they actually are.
|
2015-11-17 17:10:06 -05:00 |
|
Patrick Niklaus
|
fd84827e51
|
Don't use stalling in core search
|
2015-10-19 17:11:03 +02:00 |
|
Patrick Niklaus
|
49adf2192a
|
Move calculate_coordinate to algorithms/
Fixes #1367
|
2015-08-12 13:02:18 +02:00 |
|
Dennis Luxen
|
e02c721c2b
|
further untangle model from functionality and put classes into seperate headers
- move get_network_distance() into routing base class
- don't reallocate queues every time but clear them. Should be cheaper
|
2015-03-03 14:22:52 +01:00 |
|
Dennis Luxen
|
73a2a938b4
|
use CRTP instead of virtual functions in routing plugins
|
2015-03-02 11:55:55 +01:00 |
|
Dennis Luxen
|
3bd27ae8c5
|
change copyright line from personal names to project
|
2015-02-19 09:19:51 +01:00 |
|
Dennis Luxen
|
1ff8b62bf5
|
fix warning: extra ';' after member function definition
|
2015-02-10 12:03:23 +01:00 |
|
Dennis Luxen
|
b20b7e65bf
|
renamed: Util/* -> util/*
|
2015-01-27 17:47:23 +01:00 |
|
Dennis Luxen
|
6da33cafe5
|
rebase branch onto latest develop, report changes. hurt a little
|
2015-01-06 13:27:50 +01:00 |
|
Dennis Luxen
|
00d3676a20
|
renamed: RoutingAlgorithms/* routing_algorithms/
|
2014-11-28 15:33:41 +01:00 |
|