I've been looking into RSMT trees recently. For those unfamiliar with them, it's the smallest possible tree that connects a set of points using only vertical and horizontal edges.
One of the features of this tree is what I will call inner vertices. These are points where 3 or 4 edges come together in the RMST tree. Finding these points is the real problem of the RSMT tree, as you could easily construct one if you knew where the inner vertices were.
Thus, after a long introduction, my question is this:
For a given set of points, is there only a single possible set of inner vertices, or are there other possible RSMT trees that have different inner vertices?