Process Network Demo

A process network description of the OrderedMerge example is shown below:

This model, whose structure is due to Kahn and MacQueen, calculates all multiples of 2, 3, and 5, with no redundancies. It uses the OrderedMerge actor, which takes two monotonically increasing input sequences and merges them into one monotonically increasing output sequence.