Hi Nico!
I'm slowly making progress understanding Jit and MultiTrees, but I
have a question about the example JSON for the MultiTree. Isn't this
just a SpaceTree with the root spatially orientend in the middle? When
I progress beyond my current ignorance I want to be able to work with
MultiTrees that have no single root element. I foresee there may be
difficulty defining such a structure in the JSON supported by Jit.
What I need to work with are arbitrary directed graphs (from left to
right) with an arbitrary number of starting nodes on the left and an
arbitrary number of end nodes on the right (count of start nodes <=
count of end nodes) and arbitrary directed edges in between (never
visiting the same node twice), the number of edges on arbitrary paths
from beginning to end not necessarily equal. Then I would like to
define multiple paths from start nodes on the left, not necessarily
continuing all the way to an end node.
Thanks.