synchrony / smsn

Semantic Synchrony. An experiment in cognitive and sensory augmentation.
Other
179 stars 15 forks source link

eliminate cycles from undirected views #22

Closed joshsh closed 12 years ago

joshsh commented 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.

joshsh commented 12 years ago

This is done. Cycles of any length are omitted from undirected views.