Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
by Bryan Preas August 29, 1985 2:48:22 pm PDT
last edited by Bryan Preas August 6, 1986 4:28:08 pm PDT
SCInitialPlace:
CEDAR
DEFINITIONS =
BEGIN
PosInit: PUBLIC PROCEDURE [handle: SC.Handle];
RowInit: PUBLIC PROCEDURE [handle: SC.Handle];
PrePlace: PUBLIC PROCEDURE [handle: SC.Handle, numRows: NAT ← 0, routingFactor: REAL ← 1.8, initialized: BOOLEAN ← TRUE];
END.