Re: [patch] Stop Counting in rebuild_destinations()
Reply #2 –
1st: Can somebody explain me the definition of
inline bool operator == (const warenzielsorter_t &k) const {
return halt==k.halt && stops<=k.stops && catg_index==k.catg_index;
}
In line 1091 "!warenziele_by_stops.is_contained(wzs)" is true also, if the connection is already there, but the existent is longer. But then, one don't need to increase "non_identical_schedules".
2nd: And imho, it would be better in line 1160-1174 to sort the warenziele_by_stops by the stops variable rather than do this double loop.
3rd: Wouldn't it be better to do the stuff for the lines before the single convoys? Then lines would be preferred since they usually have the higher throughput.
4th: I would also prefer not to double the code in lines 1051-1104 and 1128-1154.