]> git.tdb.fi Git - r2c2.git/history - source/libr2c2/trainrouteplanner.cpp
Refactor TrainRoutePlanner so that the same object may be used again
[r2c2.git] / source / libr2c2 / trainrouteplanner.cpp
2014-04-13 Mikko RasaRefactor TrainRoutePlanner so that the same object...
2014-04-12 Mikko RasaAvoid creating looping routes
2014-04-12 Mikko RasaReplace waits with a more robust sequencing system
2014-04-12 Mikko RasaUse set_route for the first route
2014-04-11 Mikko RasaUse a better cost estimator for the route planner
2014-04-10 Mikko RasaFurther fix delay handling
2014-04-10 Mikko RasaTrack trains' remaining estimate by distance, not time
2014-04-04 Mikko RasaCreate multiple routes if the planned route crosses...
2014-03-30 Mikko RasaAdd a distance metric to turn the routing into an A...
2014-03-30 Mikko RasaMaintain a separate list of pending RoutingStates
2014-03-30 Mikko RasaCheck that occupied_track is not null before accessing it
2014-03-30 Mikko RasaRename is_occupied to is_occupying
2014-03-30 Mikko RasaMake deadlock detection more robust
2014-03-30 Mikko RasaBe stricter with const qualifiers
2014-03-30 Mikko RasaContinue TrainRoutePlanner refactoring
2014-03-30 Mikko RasaStart refactoring TrainRoutePlanner
2014-03-29 Mikko RasaFilter out non-viable routing steps before adding them...
2014-03-29 Mikko RasaSkip arrived trains when updating states in the route...
2014-03-29 Mikko RasaUtilize maximum speed information in planning routes
2014-03-29 Mikko RasaAssign delay in TrainRoutingState copy-constructor
2014-03-26 Mikko RasaSupport routing through multiple waypoints
2014-03-26 Mikko RasaUse the TrackChain base class as destination in Router
2014-03-19 Mikko RasaImplement a departure delay for TrainRouter
2014-03-19 Mikko RasaSet routes created by the planner as temporary
2013-08-02 Mikko RasaSplit vehicle placement code to a separate class
2013-07-22 Mikko RasaCreate another track iterator class that holds an offse...
2013-06-01 Mikko RasaSimplify some interfaces by using track and block iterators
2013-05-29 Mikko RasaNew routing system for trains