> -- modified for Natural Docs test purpose by Lionel Draghi, A -- AUTOLAYOUT | -- Package: Autolayout specification > -- -- 1. Call Define for each node and arc to define the gra | -- 1 - Call Define for each node and arc to define the gr -- 2. Call Layout to assign positions to all nodes and ar | -- 2 - Call Layout to assign positions to all nodes and a -- 3. Call Position_Of for each node and arc to determine | -- 3 - Call Position_Of for each node and arc to determin > -- -- of nodes, but memory space is used inefficiently. | -- of nodes, but _memory space is used inefficiently_. > -- -- Define | -- Procedure: Define > -- -- Layout | -- Procedure: Layout > -- -- Position_Of | -- Function: Position_Of > --