A note on Cunningham's algorithm for matroid intersection
In the matroid intersection problem, we are given two matroids of rank r on a common ground set E of n elements and the goal is to find the maximum set that is independent in both matroids. In this note, we show that Cunningham's algorithm for matroid intersection can be implemented to use O(nr^2(r)) independent oracle calls.
READ FULL TEXT