Suppose matrix $A \in \mathbb{R}^{m×n}$ has the consecutive ones property and, thus, is totally unimodular. Is the following block matrix also totally unimodular (TU)?
$$B = \begin{pmatrix} A & 0 & \dots & 0\\ 0 & A & \dots & 0\\ \vdots & \vdots & \ddots & \vdots\\ 0 & 0 & \dots & A\\ I & I & \dots & I\end{pmatrix}$$
This type of matrix appears when dealing with the Coloring Problem over Interval Graphs, which can be solved in polynomial time, but I don't know if there is any result on the total unimodularity of such matrix.
A similar question was asked here (Is this block matrix also totally unimodular?), where $A$ was known to be TU. In this case the block matrix can be non-TU, however the counter-example given uses a matrix A that does not have the consecutive one's property.
Then consider the submatrix composed of rows rows 2,4,5,7,9 and columns 2,3,4,6,8. Such submatrix has determinant -2...
– Rafael Colares Mar 29 '19 at 08:54