1
$\begingroup$

I'm a bit confused about the definition of a totally unimodular matrix, since my lecture notes states that this matrix is not totally unimodular:

$$\begin{pmatrix} 1 && 0 \\ 1 && -1 \\ -2 && 1 \end{pmatrix}$$

I don't see a submatrix which doesn't have a determinant in $\lbrace 0,\pm1 \rbrace$. What am I doing wrong?

1 Answers 1

1

From Schrijver's Theory of Linear and Integer Programming (1998):


enter image description here


Note that $-2 \notin \{-1,0,1\}$.

  • 0
    Ah, the wiki page didn't seem to mention this. Maybe I overlooked smt, or we're just dealing with different definitions. Thanks anyway, I guess your answer is correct, since Schrijver's book indeed is pensum for this class. Thanks!2017-01-31