Menu

Code Commit Log


Commit Date  
[r11204] by grether

some commented example drawing code

2010-04-22 11:03:45 Tree
[r11203] by michaz

Made TransitRouterNetwork public so it can be used by alternative router implementations.

2010-04-22 10:00:57 Tree
[r11202] by mrieser

updated for rc2

2010-04-22 07:12:31 Tree
[r11201] by mrieser

bumped version to 0.1.0-rc2

2010-04-22 07:06:47 Tree
[r11200] by mrieser

merged r11166-only from trunk

2010-04-22 07:03:23 Tree
[r11199] by vsp_nagel

I introduced an interface "IntermodalLeastCostPathCalculator", that contains the "setModeRestrictions" method, in order to change

if ( router instanceof Dijkstra) ((Dijkstra)router).setModeRestrictions(...)

to an easier-to-read (in my view)

if ( router instanceof IntermodalLeastCostPathCalculator) ((IntermodalLeastCostPathCalculator)router).setModeRestrictions(...)

Also modifications in Manuel's code.

2010-04-21 20:06:00 Tree
[r11198] by scnadine

small script to evaluate choice prediction accuracy for car choice models - very hacky - some additional features

2010-04-21 19:11:14 Tree
[r11197] by grether

some cleanup

2010-04-21 18:53:11 Tree
[r11196] by skull5

Added a scenario object to the constructors of my within day replanners and removed others like networks instead.

2010-04-21 18:48:55 Tree
[r11195] by grether

refactored PositionInfo creation

2010-04-21 18:48:26 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.