Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalAStar1 |
Modifier and Type | Method and Description |
---|---|
Storage |
Storage.getTail() |
Modifier and Type | Method and Description |
---|---|
void |
Storage.setTail(Storage tail) |
Constructor and Description |
---|
AStarMaster(java.util.concurrent.ExecutorService service,
Map map,
java.util.List<ObjectPool<Node>> nodePools,
java.util.List<ObjectPool<Storage>> storagePools,
RoutingFrame.RoutingLayer[] metalLayers,
RoutingFrame.RoutingContact[] metalPins,
int threadCount,
long shutDownTime) |
AStarWorker(Net net,
java.util.List<ObjectPool<Node>> nodePools,
java.util.List<ObjectPool<Storage>> storagePools,
Map map,
Goal goal,
long shutdownTime) |