itdaniher / ratpak

Discrete Time Process Networks
7 stars 1 forks source link

ratpak syntax is inefficient #7

Open itdaniher opened 9 years ago

itdaniher commented 9 years ago

Wildly speculating, but defining process networks as spanning trees of the flowgraph and associated back connections is probably more efficient than the current pseudo depth-first a approach with each level on it's own line.

http://en.m.wikipedia.org/wiki/Depth-first_search#/image/File:Tree_edges.svg