Given a matrix $M$, we will refer to the submatrix formed by the first $k$ rows as $M([k], \cdot)$.
Let $A$ be a $m\times n$ totally unimodular matrix where $m \leq n$. We define a new $m\times (n+1)$ matrix $A'$ by appending onto $A$ a column $(v_1, v_2, \dots, v_m)^T$, where $v_1, v_2, \dots, v_{m-1}$ are known and $v_m$ is unknown, such that $A'([m-1], \cdot)$ is totally unimodular. Can we always find a value for $v_m$ such that $A'$ is totally unimodular?
Computations for small size matrices indicate that we can, but attempting to prove this has not been fruitful.