Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

/[routino]/trunk/src/optimiser.c
ViewVC logotype

Log of /trunk/src/optimiser.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:


Revision 96 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 15:32:42 2009 UTC (16 years, 1 month ago) by amb
File length: 35276 byte(s)
Diff to previous 95
Intermediate version during code cleanup.


Revision 95 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 31 14:53:29 2009 UTC (16 years, 1 month ago) by amb
File length: 35381 byte(s)
Diff to previous 90
Intermediate checkin, routing now working.


Revision 90 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 29 19:31:52 2009 UTC (16 years, 1 month ago) by amb
File length: 35240 byte(s)
Diff to previous 89
Intermediate version while transitioning data format for nodes and segments.


Revision 89 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 28 18:46:55 2009 UTC (16 years, 1 month ago) by amb
File length: 35195 byte(s)
Diff to previous 88
Intermediate version while transitioning data format for nodes and segments.


Revision 88 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 27 18:22:37 2009 UTC (16 years, 1 month ago) by amb
File length: 34859 byte(s)
Diff to previous 87
Intermediate version while transitioning data format for nodes and segments.


Revision 87 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 26 18:47:23 2009 UTC (16 years, 1 month ago) by amb
File length: 34882 byte(s)
Diff to previous 84
Change Segment to contain index of way not its real ID.
Don't store the real way ID to save space.


Revision 84 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 12:09:15 2009 UTC (16 years, 1 month ago) by amb
File length: 34847 byte(s)
Diff to previous 82
Change the segment->way so that it contains the index of the way, not the id.


Revision 82 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 10:58:52 2009 UTC (16 years, 1 month ago) by amb
File length: 34833 byte(s)
Diff to previous 81
Added profiles to define speed and allowed highways.
Added new options to planetsplitter and router to use the profiles.


Revision 81 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 24 19:09:04 2009 UTC (16 years, 1 month ago) by amb
File length: 36357 byte(s)
Diff to previous 79
Changed some variable names for clarity.


Revision 79 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 24 16:21:44 2009 UTC (16 years, 1 month ago) by amb
File length: 36357 byte(s)
Diff to previous 77
Change the Results structure so that the real data doesn't need to be realloc().
Add functions to access the first and subsequent elements of the Results structure.


Revision 77 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 17:21:05 2009 UTC (16 years, 1 month ago) by amb
File length: 36793 byte(s)
Diff to previous 76
Proper check that it was unroutable.


Revision 76 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 17:13:48 2009 UTC (16 years, 1 month ago) by amb
File length: 36493 byte(s)
Diff to previous 75
Remove "iteration" as function argument.


Revision 75 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 17:09:41 2009 UTC (16 years, 1 month ago) by amb
File length: 36574 byte(s)
Diff to previous 74
Add command line options to planetsplitter and router.
Select transport type (must be allowed on way for parsing).
Select highway types (ignore when parsing or routing).


Revision 74 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 16:09:09 2009 UTC (16 years, 1 month ago) by amb
File length: 35932 byte(s)
Diff to previous 71
Add enumerated type Transport.
Replace variables of AllowType with Transport where more appropriate.
Replace AllowType with Allowed.
Replace WayType with Highway.


Revision 71 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 23 15:22:31 2009 UTC (16 years, 1 month ago) by amb
File length: 35760 byte(s)
Diff to previous 69
Create a large or small results structure depending on how many nodes are
expected.


Revision 69 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:48:53 2009 UTC (16 years, 1 month ago) by amb
File length: 35612 byte(s)
Diff to previous 68
Remove INVALID_DISTANCE and INVALID_DURATION.


Revision 68 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:39:30 2009 UTC (16 years, 1 month ago) by amb
File length: 35790 byte(s)
Diff to previous 67
Removed the Way_TYPE() macro.


Revision 67 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 19:26:17 2009 UTC (16 years, 1 month ago) by amb
File length: 35808 byte(s)
Diff to previous 64
Move queue functions into results.c.


Revision 64 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 20:11:41 2009 UTC (16 years, 1 month ago) by amb
File length: 39184 byte(s)
Diff to previous 63
Various small speed-ups including not-reversing direction.


Revision 63 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 21 19:35:52 2009 UTC (16 years, 2 months ago) by amb
File length: 41754 byte(s)
Diff to previous 59
Calculate way speeds at routing time.


Revision 59 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 20 17:37:20 2009 UTC (16 years, 2 months ago) by amb
File length: 42586 byte(s)
Diff to previous 58
Remove duration from segment, calculate duration depending on speed.


Revision 58 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 19 19:51:42 2009 UTC (16 years, 2 months ago) by amb
File length: 41939 byte(s)
Diff to previous 56
Iteratively calculate the super-segments.


Revision 56 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 17:42:33 2009 UTC (16 years, 2 months ago) by amb
File length: 41882 byte(s)
Diff to previous 55
Fix problems with way-type matching and duplicated/missing super-segments.


Revision 55 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 18 16:40:57 2009 UTC (16 years, 2 months ago) by amb
File length: 41864 byte(s)
Diff to previous 54
Print out a GPX file.


Revision 54 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Jan 18 16:04:09 2009 UTC (16 years, 2 months ago) by amb
File length: 40224 byte(s)
Diff to previous 47
Added Super-Ways and allow user to select method of transport.



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.

  Diffs between and
  Type of Diff should be a