Describe the bug
In query_range_raptor.py all journey options for all departure times are calculated, followed by a postprocessing step which removes all Pareto-dominated (in arrival and departure time) journey options. However, it also keeps non-dominated journey options. Presumably, this is caused by the is_dominated() function only checking strict domination.
Describe the bug In
query_range_raptor.py
all journey options for all departure times are calculated, followed by a postprocessing step which removes all Pareto-dominated (in arrival and departure time) journey options. However, it also keeps non-dominated journey options. Presumably, this is caused by theis_dominated()
function only checking strict domination.Desktop: