use start direction (provided by locus) as turncost bias

This commit is contained in:
Arndt 2016-10-14 19:18:21 +02:00
parent 372673be7a
commit fdf06cbdd0
5 changed files with 34 additions and 1 deletions

View file

@ -156,6 +156,7 @@ public class BRouter
}
}
c.memoryclass = (int) ( Runtime.getRuntime().maxMemory() / 1024 / 1024 );
// c.startDirection= Integer.valueOf( 150 );
return c;
}
}