In this post, I want to discuss an observation about the root node when solving a MIP model.
Problem Description
We have a large matrix A=ai,jA=ai,j with values 0 and 1. In addition, we have a minimum on the row and column totals. These are called ri and cj. The goal is to remove as many 1's in the matrix A subject to these minimum row and column totals.