Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/optimiser.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 298 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 2 19:32:06 2009 UTC (15 years, 5 months ago) by amb
File length: 21631 byte(s)
Diff to previous 290
Added the ability to set routing preferences using highway properties. Initially the only choice is either paved or unpaved but the code has been updated to allow any number of properties to be added.
Revision 290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 24 10:44:48 2009 UTC (15 years, 5 months ago) by amb
File length: 20495 byte(s)
Diff to previous 238
Fix missing segments in output if start and finish points are found by the start search.
Revision 238 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 15:27:47 2009 UTC (15 years, 7 months ago) by amb
File length: 20383 byte(s)
Diff to previous 236
Rename the routing functions and make FindRoute only find routes with no super-nodes in them.
Revision 236 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 14:18:23 2009 UTC (15 years, 7 months ago) by amb
File length: 21727 byte(s)
Diff to previous 234
Optimise the priority queue used for routing.
Revision 234 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 23 17:36:11 2009 UTC (15 years, 8 months ago) by amb
File length: 21279 byte(s)
Diff to previous 227
Split off queue functions into a separate file.
Revision 227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 12 08:38:12 2009 UTC (15 years, 8 months ago) by amb
File length: 21313 byte(s)
Diff to previous 219
Check all print statements and made them more consistent and/or accurate.
Revision 219 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 9 17:31:56 2009 UTC (15 years, 8 months ago) by amb
File length: 21141 byte(s)
Diff to previous 197
Change from float to double for latitude and longitude. Store latitude and longitude as an integer type rather than float (higher precision).
Revision 197 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:50:41 2009 UTC (15 years, 9 months ago) by amb
File length: 21133 byte(s)
Diff to previous 176
Fix weight, height, width, length restriction routing.
Revision 176 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 14 18:02:30 2009 UTC (15 years, 10 months ago) by amb
File length: 20781 byte(s)
Diff to previous 174
Replace ~0 or 0 with NO_NODE value for "no node" condition.
Revision 174 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 13 18:34:35 2009 UTC (15 years, 10 months ago) by amb
File length: 20837 byte(s)
Diff to previous 173
Remove some node macros, change some node function arguments.
Revision 173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 13 18:06:53 2009 UTC (15 years, 10 months ago) by amb
File length: 21065 byte(s)
Diff to previous 170
Move some common code into the profile.
Revision 170 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 13 17:45:31 2009 UTC (15 years, 10 months ago) by amb
File length: 21623 byte(s)
Diff to previous 168
Remove distance and duration from Result structure.
Revision 168 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 6 18:26:41 2009 UTC (15 years, 11 months ago) by amb
File length: 25161 byte(s)
Diff to previous 166
Route using preferences for each highway.
Revision 166 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 30 17:29:03 2009 UTC (15 years, 11 months ago) by amb
File length: 25158 byte(s)
Diff to previous 165
First attempt at preferences for highways - uses integer arithmetic and doesn't work well.
Revision 165 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 27 18:56:39 2009 UTC (15 years, 11 months ago) by amb
File length: 27773 byte(s)
Diff to previous 161
Allow generating a route with intermediate waypoints.
Revision 161 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 22 18:52:35 2009 UTC (15 years, 11 months ago) by amb
File length: 27597 byte(s)
Diff to previous 158
Split the function to print the output into a new file.
Revision 158 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 12 10:44:16 2009 UTC (15 years, 11 months ago) by amb
File length: 34124 byte(s)
Diff to previous 156
Create a GPX route as well as a track.
Revision 156 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 10 19:15:20 2009 UTC (15 years, 11 months ago) by amb
File length: 32935 byte(s)
Diff to previous 151
Add a waypoint to the GPX file for the start and finish points.
Revision 151 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:54:34 2009 UTC (15 years, 11 months ago) by amb
File length: 32116 byte(s)
Diff to previous 149
Changed the license to Affero GPLv3.
Revision 149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 28 14:31:06 2009 UTC (16 years ago) by amb
File length: 31657 byte(s)
Diff to previous 147
Fix file headers (again) and fix segment distance/duration for abbreviated text output.
Revision 147 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 23 19:25:59 2009 UTC (16 years ago) by amb
File length: 31618 byte(s)
Diff to previous 143
Fixed the header in the output text files.
Revision 143 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 21 14:47:32 2009 UTC (16 years ago) by amb
File length: 31620 byte(s)
Diff to previous 142
Add a header to the output text files.
Revision 142 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 7 14:26:55 2009 UTC (16 years, 1 month ago) by amb
File length: 31035 byte(s)
Diff to previous 135
Renamed the *.txt output to *-all.txt and added a new shorted *.txt output.
Revision 135 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 1 17:24:22 2009 UTC (16 years, 1 month ago) by amb
File length: 30038 byte(s)
Diff to previous 126
Added more limits (weight, height, width, length).
Revision 126 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Feb 15 19:12:41 2009 UTC (16 years, 1 month ago) by amb
File length: 29286 byte(s)
Diff to previous 123
Change some function names.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.