Skip to content

Confusion in search algorithms used in CBS-TA code #37

Closed Answered by whoenig
aakash0641 asked this question in Q&A
Discussion options

You must be logged in to vote

For the Hungarian method, I use the min-cost max-flow formulation, which is more efficient in practice (but has the same complexity in the worst case). I simply call https://www.boost.org/doc/libs/1_78_0/libs/graph/doc/successive_shortest_path_nonnegative_weights.html, which internally seems to use dijkstra, according to your last screenshot. I am not familiar with the exact implementation details of boost, so I can't comment on why they use it that way. However, it is important that this Dijkstra call here is just an implementation detail.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@aakash0641
Comment options

@whoenig
Comment options

Answer selected by aakash0641
@aakash0641
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants