Closed joshsh closed 12 years ago
Undirected views are handy, but it's irritating to see duplicated items as you go past depth 2 in the tree. Eliminate length-2 cycles from the view, i.e. cycles of the form ABA. Longer cycles, e.g. ABCA, will be permitted for now.
This is done. Cycles of any length are omitted from undirected views.
Undirected views are handy, but it's irritating to see duplicated items as you go past depth 2 in the tree. Eliminate length-2 cycles from the view, i.e. cycles of the form ABA. Longer cycles, e.g. ABCA, will be permitted for now.