Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
In this paper, we present an algorithm for finding all common bases in two matroids. Our algorithm lists all common bases by using pivot operations in such a way that each basis appears exactly once. The time complexity of the algorithm is O(n(n^2+t)§) where n is the size of the ground set of the matroids. § is the number of common bases, and t is time to make one pivot operation. The space complexity is O(n^2) and thus does not depend on §. As applications, we show how our algorithm can be applied to efficient enumerations of all complementary bases in the linear complementary problem and all perfect matchings in a bipartite graph.
Mikhail Kapralov, Jakab Tardos