Package | Description |
---|---|
com.sun.electric.tool.routing.experimentalAStar1 |
Modifier and Type | Method and Description |
---|---|
Net |
AStarWorker.call() |
Modifier and Type | Method and Description |
---|---|
int |
Net.getOverlapSum(Net other) |
Modifier and Type | Method and Description |
---|---|
void |
EndPointMarker.markStartAndFinish(java.util.List<Net> netList)
marks start and finish locations for each segment,
to prevent other Nets that are routed earlier to run over these endpoints
|
Constructor and Description |
---|
AStarWorker(Net net,
java.util.List<ObjectPool<Node>> nodePools,
java.util.List<ObjectPool<Storage>> storagePools,
Map map,
Goal goal,
long shutdownTime) |
EndPoint(Path path,
Net net,
int type) |
Goal(Net net,
Map map) |