<> <> <> <> RoutePackage: CONFIGURATION LINKS : CODE IMPORTS BasicTime, CD, CDAtomicObjects, CDBasics, CDCells, CDRects, CDRoutingObjects, CDSimpleRules, CedarProcess, ComputeClientExtras, ComputeServerClient, ComputeServerServer, Convert, FS, IO, List, Real, RefIO, RefTab, Rope, RTBasic, SymTab, TerminalIO, VersionMap, VersionMapDefaults EXPORTS Route, RouteChannel, RouteDiGraph, RouteTechnology, RouteUtil CONTROL RouteImpl, RouteChannelConstraintsImpl, RouteChannelInitImpl, RouteChannelRetrieveImpl, RouteChannelTopolImpl, RouteChannelUtilImpl, RouteDiGraphImpl, RouteTechnologyImpl, RouteUtilImpl = BEGIN RouteImpl; RouteChannelConstraintsImpl; RouteChannelInitImpl; RouteChannelRetrieveImpl; RouteChannelTopolImpl; RouteChannelUtilImpl; RouteDiGraphImpl; RouteTechnologyImpl; RouteUtilImpl; END.