Routino SVN Repository Browser

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

ViewVC logotype

Revision 1278


Jump to revision: Previous Next
Author: amb
Date: Thu Apr 18 18:18:21 2013 UTC (11 years, 10 months ago)
Changed paths: 3
Log Message:
Fix a bug where the shortest route crossing super-nodes requires two U-turns and
is therefore impossible to compute even though an obvious shorter route without
crossing super-nodes exists (but cannot be taken until the super-node route is
fully tested).  Requires quite a major change in router handling of this special
case.


Changed paths

Path Details
Directorytrunk/src/functions.h modified , text changed
Directorytrunk/src/optimiser.c modified , text changed
Directorytrunk/src/router.c modified , text changed