Given a simple graph with vertex set and edge set , the minimum biclique cover problem seeks to cover all edges of the graph with a minimum number of bicliques (i.e., complete bipartite subgraphs). This paper proposes two compact mixed integer programming (MIP) formulations for solving the minimum biclique cover problem on general graphs: (i) A natural formulation in the edge space and (ii) an extended formulation in the edge and vertex spaces. While the natural MIP formulation of Cornaz and Fonlupt (Discrete Mathematics, 2006) has exponentially many constraints, our natural formulation enjoys only a polynomial number of their exponential "no-good" cuts, along with another set of polynomial valid inequalities. We also employ bounding and variable fixing procedures that help solve most of our social network instances, which are not solvable to optimality in a one-hour time limit without the bounding and fixing procedures. The instances that are not solved in the one-hour time limit are submitted to the 2024 Mixed Integer Programming Library (MIPLIB 2024).
更多
查看译文
关键词
compact formulations,graph theory,mixed integer programming,the minimum biclique cover problem