From: Mikko Rasa Date: Fri, 11 Apr 2014 19:12:39 +0000 (+0300) Subject: Use a better cost estimator for the route planner X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=1203771e5aa9b12dca147cd1a84ece9a01c0fccd;hp=1203771e5aa9b12dca147cd1a84ece9a01c0fccd;p=r2c2.git Use a better cost estimator for the route planner Total time is not good because it doesn't penalize waiting time for earlier trains. This can cause the state tree to explode as later ones start moving. The sum of travel and wait times for each train works much better. ---