TrafficPLANit / PLANit

see www.goPLANit.org
Other
0 stars 0 forks source link

Improve the way we identify cycle detection #128

Open MarkRaadsen opened 1 month ago

MarkRaadsen commented 1 month ago

Now use BFS but should be simpler using travel time cost information

we can state that a cycle is introduced by adding a link ij if (link_tt_ij + cost_to_vertex_i) < cost_to_vertex_j of the network min_path tree.