Complexity of Goldberg's push_relabel max flow algorithm used in BOOST

6 Jul
2010
6 Jul
'10
1:03 a.m.
Anyone knows the time complexity of the Goldberg's push_relabel max flow algorithm used in BOOST? The BOOST documentation says O(n^3). But since the code seems to use highest label, global and gap relabeling and hence the complexity should be O(n^2 * m^1/2). According to literature, the complexity would be O(n^3) if FIFO is used in implementation. Please correct if I am wrong. Dan _________________________________________________________________ Look 'em in the eye: FREE Messenger video chat http://go.microsoft.com/?linkid=9734386
5456
Age (days ago)
5456
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dan Jiang